@import "style.3.css";@import "style.2.css";@import "style.1.css";
.wideMenu .techniqueTree a.percent100,
.homeMenu-topics .techniqueTree a.percent100,
.homeMenu-techniques .techniqueTree a.percent100 {
  border-left: 5px solid #339BA5;
}

.trauma .topics-list {
  left: -3px !important;
}

.dashboard.trauma,
.high-yield.trauma,
.dashboard.technique-trauma,
.high-yield.technique-trauma {
  color: #f2cc6a;
}

.dashboard.trauma i:before,
.high-yield.trauma i:before,
.dashboard.technique-trauma i:before,
.high-yield.technique-trauma i:before {
  color: #f2cc6a;
}

.dashboard.spine,
.high-yield.spine,
.dashboard.technique-spine,
.high-yield.technique-spine {
  color: #f2a768;
}

.dashboard.spine i:before,
.high-yield.spine i:before,
.dashboard.technique-spine i:before,
.high-yield.technique-spine i:before {
  color: #f2a768;
}

.dashboard.shoulderandelbow,
.high-yield.shoulderandelbow,
.dashboard.technique-shoulderandelbow,
.high-yield.technique-shoulderandelbow {
  color: #f26868;
}

.dashboard.shoulderandelbow i:before,
.high-yield.shoulderandelbow i:before,
.dashboard.technique-shoulderandelbow i:before,
.high-yield.technique-shoulderandelbow i:before {
  color: #f26868;
}

.dashboard.kneeandsports,
.high-yield.kneeandsports,
.dashboard.technique-kneeandsports,
.high-yield.technique-kneeandsports {
  color: #f4165f;
}

.dashboard.kneeandsports i:before,
.high-yield.kneeandsports i:before,
.dashboard.technique-kneeandsports i:before,
.high-yield.technique-kneeandsports i:before {
  color: #f4165f;
}

.dashboard.pediatrics,
.high-yield.pediatrics,
.dashboard.technique-pediatrics,
.high-yield.technique-pediatrics {
  color: #49a5e5;
}

.dashboard.pediatrics i:before,
.high-yield.pediatrics i:before,
.dashboard.technique-pediatrics i:before,
.high-yield.technique-pediatrics i:before {
  color: #49a5e5;
}

.dashboard.recon,
.high-yield.recon,
.dashboard.technique-recon,
.high-yield.technique-recon {
  color: #608fde;
}

.dashboard.recon i:before,
.high-yield.recon i:before,
.dashboard.technique-recon i:before,
.high-yield.technique-recon i:before {
  color: #608fde;
}

.dashboard.hand,
.high-yield.hand,
.dashboard.technique-hand,
.high-yield.technique-hand {
  color: #8571e7;
}

.dashboard.hand i:before,
.high-yield.hand i:before,
.dashboard.technique-hand i:before,
.high-yield.technique-hand i:before {
  color: #8571e7;
}

.dashboard.footandankle,
.high-yield.footandankle,
.dashboard.technique-footandankle,
.high-yield.technique-footandankle {
  color: #8c5ecc;
}

.dashboard.footandankle i:before,
.high-yield.footandankle i:before,
.dashboard.technique-footandankle i:before,
.high-yield.technique-footandankle i:before {
  color: #8c5ecc;
}

.dashboard.pathology,
.high-yield.pathology,
.dashboard.technique-pathology,
.high-yield.technique-pathology {
  color: #a264ab;
}

.dashboard.pathology i:before,
.high-yield.pathology i:before,
.dashboard.technique-pathology i:before,
.high-yield.technique-pathology i:before {
  color: #a264ab;
}

.dashboard.basicscience,
.high-yield.basicscience,
.dashboard.technique-basicscience,
.high-yield.technique-basicscience {
  color: #5cab91;
}

.dashboard.basicscience i:before,
.high-yield.basicscience i:before,
.dashboard.technique-basicscience i:before,
.high-yield.technique-basicscience i:before {
  color: #5cab91;
}

.dashboard.anatomy,
.high-yield.anatomy,
.dashboard.technique-anatomy,
.high-yield.technique-anatomy {
  color: #54a14c;
}

.dashboard.anatomy i:before,
.high-yield.anatomy i:before,
.dashboard.technique-anatomy i:before,
.high-yield.technique-anatomy i:before {
  color: #54a14c;
}

.dashboard.approaches,
.high-yield.approaches,
.dashboard.technique-approaches,
.high-yield.technique-approaches {
  color: #89b871;
}

.dashboard.approaches i:before,
.high-yield.approaches i:before,
.dashboard.technique-approaches i:before,
.high-yield.technique-approaches i:before {
  color: #89b871;
}

.dropdown-list {
  position: absolute;
  left: 0;
  top: 23px;
  display: none;
  z-index: 1999999999;
  width: 180px;
  margin-left: -10px;
  padding-top: 6px;
}

.dropdown-list-item {
  position: relative;
  display: block;
}

.dropdown-list-item:hover > .dropdown-list--inner {
  visibility: visible;
  transition-delay: 0s;
}

.dropdown-list-link {
  display: block;
  padding: 9px 9px 9px 10px;
  font-size: 13px;
  line-height: 16px;
  color: #becadb;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.dropdown-list-link .icon {
  font-size: 15px;
  padding-right: 10px;
}

.dropdown-list-link:hover {
  text-decoration: none;
  color: #fff;
}

.dropdown-list-link.bold {
  font-weight: 600;
}

.dropdown-list-link.dropdown-list-link-lvl-1 {
  font-weight: 600;
}

.dropdown-list-link.dropdown-list-link-lvl-2:before {
  content: "-";
  margin-right: 6px;
}

.dropdown-list.multicolumn {
  width: auto;
}

.dropdown-list.multicolumn ul {
  display: inline-block;
  min-width: 180px;
  vertical-align: top;
}

.dropdown-list--inner {
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0;
  padding-top: 0;
  visibility: hidden;
  transition: visibility 0.2s 1s;
}

.homeMenu {
  display: none;
  height: 32px;
  margin-left: 10px;
  white-space: nowrap;
}

.homeMenu.active {
  display: block;
}

.homeMenu-list-item {
  display: inline-block;
  position: relative;
  margin-right: 2.4%;
  vertical-align: middle;
  padding-bottom: 9px;
}

.homeMenu-list-item:last-of-type {
  margin-right: 0;
}

.homeMenu-list-item.active .homeMenu-list-link {
  color: #fff;
}

body.MedbulletsStep1 .homeMenu-list-item {
  margin-right: 3.5%;
}

body.MedbulletsStep2And3 .homeMenu-list-item {
  margin-right: 3.5%;
}

.homeMenu-home-item {
  margin-right: 20px;
}

.homeMenu-list-link {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #d7dde7;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.homeMenu-list-link:hover {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1185px) {
  .homeMenu-list-item,
  .homeMenu-home-item {
    margin-right: 1.7%;
  }
}

@media screen and (max-width: 1085px) {
  .homeMenu-list-item,
  .homeMenu-home-item {
    margin-right: 1.2%;
  }
}

.breadCrumbsMenu {
  display: none;
  margin-left: -3px;
}

.breadCrumbsMenu.active {
  display: block;
}

.breadCrumbsMenu-list-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
}

.breadCrumbsMenu-list-item--home {
  padding: 0 0 0 5px;
}

@media only screen and (max-width: 1023px) {
  .breadCrumbsMenu-list-item {
    padding: 0 5px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
  .breadCrumbsMenu-list-item {
    max-width: 120px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .breadCrumbsMenu-list-item {
    max-width: 280px;
  }
}

.breadCrumbsMenu-list-item:last-of-type > a:before {
  display: none;
}

.breadCrumbsMenu-list-link {
  display: block;
  box-sizing: border-box;
  padding-left: 15px;
  height: 32px;
  font-size: 15px;
  line-height: 33px;
  color: #d7dde7;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadCrumbsMenu-list-link:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #4b6fac;
  z-index: 3;
}

.breadCrumbsMenu-list-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 0 16px 10px;
  border-color: transparent transparent transparent #395685;
  z-index: 3;
}

.breadCrumbsMenu-list-link:hover {
  text-decoration: none;
  color: #fff;
}

.cases .caseItem {
  padding: 10px;
  overflow: hidden;
}

.cases .caseItem .left .imgWrapper {
  margin-bottom: 5px;
}

.cases .caseItem .left img {
  width: 105px;
  height: 80px;
}

.cases .caseItem .left i {
  color: #c0c0c0;
  font-size: 15px;
}

.cases .caseItem:hover {
  background: #e3ecfd;
}

.cases .content h3 {
  font-weight: bold;
  font-size: 15px;
}

.cases .content h3 a {
  color: black;
  text-decoration: none;
  line-height: 18px;
}

.cases .content h3 span {
  font-size: 12px;
  color: #9f9f9f;
  font-weight: normal;
}

.cases .content p {
  margin: 10px 0;
  padding: 5px 10px;
  background: #f7f7f7;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.cases .content span {
  font-size: 14px;
  color: #5d5d5d;
}

.cases .content span .icon-q {
  color: #c5d3f8;
}

.cases .right {
  float: right;
  width: 75px;
  padding-right: 10px;
  text-align: right;
}

.cases .right time {
  font-size: 13px;
  color: #c0c0c0;
}

.cases .right p {
  padding: 5px 0;
  font-size: 12px;
  line-height: 16px;
  color: #c0c0c0;
}

.cases .right i {
  margin-left: 5px;
  font-size: 16px;
  vertical-align: bottom;
}

@media only screen and (max-width: 599px) {
  .cases .content {
    float: none;
    width: auto;
    padding-left: 20px;
    margin-left: 105px;
  }

  .cases .right {
    float: left;
    width: 75px;
    padding-left: 20px;
    text-align: left;
    margin-left: 105px;
    clear: both;
  }
}

label.required-field::after {
  color: #ff0000;
  content: " *";
  font-weight: bold;
}

.comments {
  background: #f3f3f3;
}

.comments .subscribe {
  float: right;
  margin-right: 50px;
  cursor: default;
  color: #7ca2dc;
}

.comments .subscribe .icon-collaborate {
  color: #7ca2dc;
  background: transparent;
  margin-right: 0;
}

.comments .subscribe .radio:not(:last-of-type) {
  padding: 0 5px;
}

.comments .subscribe .on,
.comments .subscribe .off {
  color: #aaa;
}

.comments .subscribe .on:before,
.comments .subscribe .off:before {
  position: relative;
  background: none;
  top: -2px;
}

.comments .subscribe input[type=radio]:checked + label.on {
  color: #54a14c;
}

.comments .subscribe input[type=radio]:checked + label.on:before {
  content: '';
  background: #54a14c;
  border-color: #54a14c;
}

.comments .subscribe input[type=radio]:checked + label.off {
  color: #f26868;
}

.comments .subscribe input[type=radio]:checked + label.off:before {
  content: '';
  background: #f26868;
  border-color: #f26868;
}

.comments .subscribe label {
  cursor: pointer;
}

.comments .subscribe .subscribe-label {
  display: inline-block;
}

.comments .subscribe .subscribe-checkbox {
  display: inline-block;
}

.comments .recent {
  padding: 10px 10px 0 10px;
}

.comments .recent .commentItem {
  position: relative;
}

.comments h3 {
  font-size: 12px;
  color: #c0c0c0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .comments h3 {
    font-size: 14px;
  }
}

.commentItem {
  padding: 10px;
}

.commentItem .subscribe {
  float: right;
  padding-bottom: 10px;
  font-size: 15px;
  color: #999999;
}

.commentItem .subscribe input {
  display: none;
}

.commentItem .subscribe label {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor: pointer;
  vertical-align: top;
}

.commentItem .subscribe label:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: white;
  border: 1px solid #c6c6c9;
  margin-right: 11px;
  box-sizing: border-box;
}

.commentItem .subscribe input:checked + label:before {
  content: '\e924';
  font-family: 'icomoon';
  color: #8cade1;
  font-size: 10px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  padding-left: 1px;
  width: 15px;
  height: 15px;
}

.commentItem .avatarWrap {
  width: 32px;
  float: left;
}

.commentItem .avatarWrap .avatar {
  width: 100%;
}

.commentItem div.text {
  position: relative;
  margin-left: 32px;
}

.commentItem div.text span {
  color: red;
}

.commentItem .commentArea {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  padding: 5px;
  overflow-y: auto !important;
  border: 1px solid #eaeaea;
  border-bottom: none;
  background: white;
  font-family: "Arial", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #363439;
  outline: none;
  resize: none;
}

.commentItem .commentArea::-webkit-input-placeholder {
  font-style: normal;
}

.commentItem .commentArea::-moz-placeholder {
  font-style: normal;
}

.commentItem .commentArea:-moz-placeholder {
  font-style: normal;
}

.commentItem .commentArea:-ms-input-placeholder {
  font-style: normal;
}

.commentItem .controls-wrapper {
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-top: none;
}

.commentItem .links {
  float: left;
  display: table;
  height: 38px;
}

.commentItem .links:hover a {
  color: white;
  background: #7ca2dc;
}

.commentItem .insertPMID {
  display: table-cell;
  padding: 0 10px;
  vertical-align: middle;
  text-decoration: none;
  font-size: 14px;
  color: #7ca2dc;
}

.commentItem .insertPMID i {
  font-size: 18px;
  margin-right: 5px;
  vertical-align: bottom;
}

.commentItem .controls {
  float: right;
  overflow: hidden;
}

.commentItem .controls span {
  font-size: 14px;
  line-height: 1.3;
  color: #363439;
}

.commentItem .controls span .post-as-label {
  color: #7ca2dc;
  margin-right: 2px;
}

.commentItem .controls select {
  height: 36px;
  margin-bottom: 2px;
  border-color: #e2e2e2;
  color: #8d8d8d;
}

.commentItem .controls a {
  position: relative;
  display: inline-block;
  height: 38px;
  width: 230px;
  line-height: 38px;
  font-size: 16px;
  background: #7ca2dc;
  color: white;
  text-align: center;
  text-decoration: none;
}

.commentItem .controls a:hover {
  background: #6A90CC;
}

.commentItem .controls a i {
  position: relative;
  top: 3px;
  padding-right: 5px;
  font-size: 22px;
}

.commentItem .comment-add-status-div {
  padding-top: 10px;
  padding-left: 32px;
  color: #8d8d8d;
}

.allComments .commentItem:last-of-type:before {
  display: none;
}

.commentItem {
  position: relative;
}

.commentItem:not(.singleComment):before {
  content: '';
  position: absolute;
  left: 37.5px;
  top: 10px;
  display: block;
  height: 110%;
  width: 1px;
  background: white;
}

.emphasize-author .commentItem:not(.singleComment):before {
  left: 42.5px;
}

.commentItem .commentItem {
  clear: left;
  padding: 20px 0 0 20px;
}

.commentItem .avatar {
  z-index: 2;
  position: relative;
  width: 55px;
  height: 55px;
  float: left;
}

.emphasize-author .commentItem .avatar {
  width: 65px;
  height: 65px;
}

.commentItem .content {
  margin-left: 55px;
  padding: 10px;
  background: white;
}

.commentItem .content .name {
  color: #5c5c5c;
}

.commentItem .content .name .qtiplink,
.commentItem .content .name .name-anonymous {
  color: #1f1fc7;
}

.commentItem .content .date {
  padding-left: 10px;
  font-size: 12px;
  color: #c0c0c0;
}

@media only screen and (max-width: 599px) {
  .commentItem .content .date {
    display: block;
    padding-left: 0;
    font-size: 13px;
  }
}

.commentItem .content .text {
  word-break: break-word;
  margin-top: 20px;
  font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
  color: #363439;
}

.commentItem .content .text a {
  font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
  color: #1f1fc7;
}

.emphasize-author .commentItem .content {
  margin-left: 65px;
}

.commentItem .attachment {
  margin-top: 10px;
}

.commentItem .video {
  overflow: hidden;
}

.commentItem .video .wrap {
  position: relative;
  float: left;
  width: 75px;
  height: 75px;
  overflow: hidden;
}

.commentItem .video .wrap:after {
  content: '\e923';
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'icomoon';
  text-align: center;
  line-height: 75px;
  font-size: 46px;
  color: white;
  cursor: pointer;
}

.commentItem .video .wrap img {
  width: 100%;
}

.commentItem .video p {
  float: left;
  padding-left: 10px;
  line-height: 75px;
}

@media only screen and (max-width: 599px) {
  .commentItem {
    padding: 10px 0;
  }

  .commentItem:not(.singleComment):before {
    left: 25px;
  }
}

.show-comments {
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 10px;
  background: white;
  font-size: 14px;
  color: #88a9df;
  text-decoration: none;
}

.show-comments:after {
  margin-left: 10px;
  color: #7085a8;
}

.allComments {
  display: none;
  padding: 10px;
}

.allComments.showed {
  display: block;
}

.allComments .commentItem {
  padding-bottom: 10px;
}

.comment-delete-confirmation {
  position: absolute;
  padding: 15px;
  right: 30px;
  background-color: #f5f5f5;
  border: 1px solid #EEEEEE;
}

.comment-delete-confirm,
.comment-delete-cancel,
.comment-delete-off,
.comment-delete-on {
  cursor: pointer;
}

.comment-delete-confirm,
.comment-delete-cancel {
  border-bottom: 1px dashed #000080;
  color: #000080;
  margin-left: 10px;
  margin-right: 10px;
}

.commentItem a.comment-edit-cancel,
.commentItem a.comment-edit-confirm {
  width: 150px;
  margin-left: 5px;
  cursor: pointer;
}

.activityItem .recent {
  padding: 0;
}

.comment-controls {
  float: right;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 26px;
}

.switch input {
  visibility: visible;
  opacity: 0;
}

.switch input:disabled + .switch-slider {
  cursor: default;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dbdbdb;
  border: 1px solid #999;
  transition: 0.4s;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 0;
  bottom: 0;
  background-color: #999;
  transition: 0.4s;
}

.switch-slider:after {
  content: "\e943";
  font-family: 'icomoon' !important;
  position: absolute;
  left: 4px;
  top: 0;
  line-height: 26px;
  color: #fff;
  font-size: 11px;
  box-sizing: border-box;
  transition: 0.4s;
}

.switch-slider--info:after {
  content: "\e921";
  font-size: 13px;
  left: 4px;
}

.switch-slider--simple:after {
  content: none;
}

.switch-slider--simple:before {
  background-color: #FFFFFF;
}

input:checked + .switch-slider {
  background-color: #8ee6ce;
  border: 1px solid #14b287;
}

input:focus + .switch-slider {
  box-shadow: 0 0 1px #86d3be;
}

input:checked + .switch-slider:before {
  background-color: #14b287;
}

input:checked + .switch-slider--simple:before {
  background-color: #FFFFFF;
  left: -2px;
}

input:checked + .switch-slider:before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
}

input:checked + .switch-slider:after {
  -webkit-transform: translateX(27px);
  transform: translateX(27px);
}

.switch-slider.round {
  border-radius: 34px;
}

.switch-slider.round:before {
  border-radius: 50%;
}

.switch--reversed-white input + .switch-slider:before {
  background-color: #FFFFFF;
}

.switch--reversed-white input:checked + .switch-slider:before {
  background-color: #FFFFFF;
}

.switch--small.switch {
  width: 30px;
  height: 16px;
}

.switch--small .switch-slider:before {
  height: 14px;
  width: 14px;
}

.switch--small input:checked + .switch-slider:before {
  -webkit-transform: translateX(14px);
  transform: translateX(14px);
}

.switch--text {
  margin-right: 70px;
}

.switch--text .switch-slider:after {
  content: "Disabled";
  position: absolute;
  left: calc(100% + 10px);
  color: #333333;
  line-height: 1;
  font-family: "Arial", sans-serif !important;
  font-size: 14px;
}

.switch--text input:checked + .switch-slider:after {
  content: "Enabled";
  -webkit-transform: none;
  transform: none;
}

@media only screen and (max-width: 599px) and (orientation: portrait) {
  .comments .subscribe {
    margin-right: 0;
    float: left;
    margin-left: 10px;
  }
}

.add-comment {
  padding: 10px;
}

.add-comment__avatar-wrap {
  float: left;
  width: 32px;
}

.add-comment__avatar {
  width: 100%;
}

.add-comment__form {
  margin-left: 32px;
  border: 1px solid #eaeaea;
}

.add-comment__skill-question {
  background-color: white;
  padding: 7px;
  font-size: 15px;
  color: #6A90CC;
}

.add-comment__skill-question__skill-list {
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  color: #8D8D8D;
  border-color: #E2E2E2;
  width: 300px;
}

.add-comment .commentArea {
  width: 100%;
  min-height: 100px;
  padding: 5px;
  box-sizing: border-box;
  overflow-y: auto;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #363439;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  border: none;
  background: white;
  outline: none;
}

.add-comment__referance-link {
  display: inline-block;
  padding: 0 10px;
  color: #7CA2DC;
  font-size: 14px;
  line-height: 40px;
}

.add-comment__referance-link:hover {
  text-decoration: none;
  background: #7CA2DC;
  color: #fff;
}

.add-comment__referance-link .icon {
  font-size: 18px;
}

.add-comment__group {
  clear: both;
}

.add-comment__group:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.add-comment__post-group {
  float: right;
}

.add-comment__post-as {
  display: inline-block;
  vertical-align: middle;
}

.add-comment__post-label {
  color: #7CA2DC;
  font-size: 14px;
}

.add-comment__post-select {
  height: 36px;
  line-height: 36px;
  margin: 0 2px;
  color: #8D8D8D;
  border-color: #E2E2E2;
}

.add-comment__btn {
  display: inline-block;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 40px;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  background: #7CA2DC;
  width: 230px;
  text-align: center;
}

.add-comment__btn:hover {
  text-decoration: none;
  background: #6A90CC;
  color: #fff;
}

.add-comment__btn .icon {
  font-size: 22px;
  vertical-align: text-bottom;
}

.add-comment__status {
  font-size: 14px;
  color: #999;
  margin-left: 32px;
  line-height: 32px;
}

@media only screen and (max-width: 599px) and (orientation: portrait) {
  .add-comment__avatar-wrap {
    display: none;
  }

  .add-comment__form {
    margin: 0;
    border: none;
  }

  .add-comment .commentArea {
    border: 1px solid #eaeaea;
  }

  .add-comment__referance-link {
    font-size: 13px;
    padding: 0;
    text-align: center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .add-comment__post-group {
    float: none;
    display: block;
  }

  .add-comment__post-as {
    display: block;
    text-align: right;
    margin: 5px 0 10px;
  }

  .add-comment__btn {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .add-comment__status {
    margin: 0;
    text-align: center;
  }
}

.comment-skill-info {
  margin-bottom: 5px;
}

.comment-skill-info__label {
  display: inline-block;
  padding-left: 10px;
  line-height: 1.2;
  font-size: 16px;
  vertical-align: middle;
  font-weight: bold;
  color: black;
}

.collapsable {
  margin-bottom: 1px;
}

.collapsable.closed header a:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.collapsable.closed .collapsable__control:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.collapsable.blue > header {
  background: #dfeafb;
}

.collapsable.blue > header a i {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  background: #9db1d7;
  color: white;
  vertical-align: top;
  text-align: center;
}

.collapsable.blue > header a:after {
  color: #7085a8;
}

.collapsable.gray > header {
  background: #f2f2f2 !important;
}

.collapsable > header {
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
}

.collapsable > header a {
  position: relative;
  display: block;
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
}

.collapsable > header a i {
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 17px;
  background: #d7d7d7;
  color: white;
  vertical-align: top;
  text-align: center;
}

.collapsable > header a:after {
  position: absolute;
  right: 10px;
  display: inline-block;
  color: #bfbfbf;
  font-size: 9px;
  font-family: 'icomoon';
  content: "\e910";
}

.collapsable__button {
  white-space: nowrap;
}

.collapsable__control {
  position: relative;
  cursor: pointer;
}

.collapsable__control:after {
  font-family: 'icomoon';
  content: "\e910";
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  color: #7085a8;
  font-size: 9px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.collapsable__content--indents {
  padding: 10px 0;
}

.hide-sideMenu .hasMenu {
  margin-left: 0 !important;
}

.hide-sideMenu .sideNavigation {
  width: 0 !important;
}

.show-sideMenu .hasMenu {
  margin-left: 200px !important;
}

.show-sideMenu .sideNavigation {
  width: 200px !important;
}

.hide-notes .hasNotes {
  margin-right: 0px !important;
}

.hide-notes .noteWrapper .note:not(.edit) {
  display: none !important;
}

@media only screen and (max-width: 1023px) {
  main.hasMenu {
    margin-left: 0;
  }

  .sideNavigation {
    width: 100% !important;
  }
}

@media only screen and (max-width: 599px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .stickMenu.full .collapseMenuBtn,
  .stickMenu.full .noteControl {
    top: 76px;
  }

  .stickMenu.full .sideNavigation {
    top: 76px;
    height: calc(100% - 76px);
  }

  .stickMenu.full .search-link {
    display: none;
  }

  .stickMenu .sideNavigation {
    top: 32px;
    height: calc(100% - 32px);
  }

  .stickMenu .collapseMenuBtn,
  .stickMenu .noteControl {
    position: fixed;
    top: 32px;
  }

  .hasNotes {
    margin-right: 0px !important;
  }

  .noteWrapper .note {
    display: none !important;
  }

  .mainWrapper {
    transition: left 0.3s ease-in;
    position: relative;
    left: 0;
  }

  .mainWrapper.show-notes {
    left: -100%;
  }

  .mainWrapper.show-notes .collapseMenuBtn {
    display: none;
  }

  .mainWrapper.show-notes .noteControl {
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .mainWrapper.show-notes .noteControl .icon-add-note {
    float: left;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .mainWrapper.show-notes .noteControl .icon-arrow-next-round {
    padding-right: 0;
    float: right;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .mainWrapper.show-notes .noteWrapper .note {
    display: block !important;
  }

  .sideNavigation {
    position: fixed;
    z-index: 12;
    top: 76px;
    left: -100%;
    transition: left 0.3s ease-out;
    height: calc(100% - 76px);
    background: #f4f4f4;
  }

  .sideNavigation nav {
    width: 100%;
    min-width: 300px;
  }

  .sideNavigation.show {
    left: 0;
    transition: left 0.3s ease-out;
  }

  .sideNavigation.show .collapseMenuBtn {
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0;
    left: auto;
  }
}

@media only screen and (max-width: 599px) {
  .ios .sideNavigation {
    min-width: 320px !important;
  }
}

.imagePopupWrapper.show .bg {
  opacity: 0.5;
}

.imagePopupWrapper.show .popup {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .imagePopupWrapper.show .popup {
    margin-top: -325px;
  }
}

@media only screen and (max-width: 599px) {
  .imagePopupWrapper.show .popup {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.imagePopupWrapper .popup {
  z-index: 1501;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 650px;
  width: 600px;
  min-width: 300px;
  min-height: 300px;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  background: #202020;
}

.imagePopupWrapper .popup.presentation {
  margin-left: 0;
  margin-right: 0;
  left: auto;
  right: 40px;
}

@media only screen and (min-width: 600px) {
  .imagePopupWrapper .popup {
    margin-left: -300px;
    margin-top: 0px;
    transition: margin-top 0.2s ease-out;
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .imagePopupWrapper .popup {
    min-height: 200px;
  }
}

@media only screen and (max-width: 599px) {
  .imagePopupWrapper .popup {
    width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: 0.2s ease-out;
  }
}

.imagePopupWrapper .popup.light {
  background: white;
}

.imagePopupWrapper .popup.light .count {
  font-size: 16px;
  color: #666464;
}

.imagePopupWrapper .popup.light .text {
  color: #666464;
}

.imagePopupWrapper .popup.light .text .description,
.imagePopupWrapper .popup.light .text .type,
.imagePopupWrapper .popup.light .text .name {
  color: #666464;
}

.imagePopupWrapper .popup .imgWrapper {
  position: absolute;
  margin: 0 45px;
  box-sizing: border-box;
  overflow: hidden;
}

.imagePopupWrapper .popup .popup-content {
  display: table;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  padding-bottom: 55px;
}

.imagePopupWrapper .popup .popup-content .iheader,
.imagePopupWrapper .popup .popup-content .wrap,
.imagePopupWrapper .popup .popup-content .ifooter {
  display: table-row;
}

.imagePopupWrapper .popup .popup-content .iheader,
.imagePopupWrapper .popup .popup-content .ifooter {
  height: 0;
}

.imagePopupWrapper .popup .popup-content .wrap {
  height: 100%;
  position: relative;
}

.imagePopupWrapper .popup .popup-content .loader {
  position: absolute;
  height: 100%;
  width: 100%;
  background-image: url(/ux-images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  z-index: 30;
}

.imagePopupWrapper .popup .popup-content .arrows .left,
.imagePopupWrapper .popup .popup-content .arrows .right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  margin-top: -62.5px;
}

.imagePopupWrapper .popup .popup-content .arrows .left i,
.imagePopupWrapper .popup .popup-content .arrows .right i {
  padding: 5px;
  font-size: 24px;
  color: #c0c0c0;
}

.imagePopupWrapper .popup .popup-content .arrows .left {
  left: 15px;
}

.imagePopupWrapper .popup .popup-content .arrows .right {
  right: 15px;
}

.imagePopupWrapper .popup .count {
  padding: 10px 0;
  color: #666464;
  font-size: 16px;
}

.imagePopupWrapper .popup .text {
  padding: 10px;
  box-sizing: border-box;
}

.imagePopupWrapper .popup .text .name {
  color: #ffffff;
}

.imagePopupWrapper .popup .text .description,
.imagePopupWrapper .popup .text .type {
  padding-top: 15px;
  line-height: 1.2;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
}

.imagePopupWrapper .popup .controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  text-align: center;
  background: #666464;
}

.imagePopupWrapper .popup .controls i.icon-drag {
  position: absolute;
  left: 0;
  width: 55px;
  height: 55px;
  background-color: #5d5b5b;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 55px;
  text-align: center;
  cursor: move;
}

@media only screen and (max-width: 599px) {
  .imagePopupWrapper .popup .controls i.icon-drag {
    display: none;
  }
}

.imagePopupWrapper .popup .controls ul {
  display: inline-block;
}

.imagePopupWrapper .popup .controls ul li {
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
}

.imagePopupWrapper .popup .controls ul li a {
  display: block;
  height: 55px;
  line-height: 55px;
}

.imagePopupWrapper .popup .controls ul li i {
  color: white;
  font-size: 24px;
  vertical-align: middle;
}

.imagePopupWrapper .popup .controls i.icon-x-squared {
  position: absolute;
  right: 0;
  width: 55px;
  height: 55px;
  color: #c0c0c0;
  background: #5d5b5b;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}

.imagePopupWrapper .bg {
  z-index: 1500;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #000000;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
}

.popup-author-profile {
  height: 0;
  display: table;
  padding: 15px;
  color: #333333;
  font-size: 12px;
  line-height: 1.2;
}

.popup-author-profile__left-part {
  display: table-cell;
  width: 120px;
  padding-right: 15px;
  vertical-align: top;
}

.popup-author-profile__right-part {
  display: table-cell;
  position: relative;
  width: 330px;
  padding-left: 15px;
  border-left: 1px solid #EAEAEA;
  vertical-align: top;
}

.popup-author-profile__photo {
  width: 100%;
  height: 120px;
  background-size: cover;
  background-position: center center;
  border: 5px solid #F9F9F9;
  box-sizing: border-box;
}

.popup-author-profile__photo + .popup-author-profile__contact {
  padding-top: 15px;
}

.popup-author-profile__ortho-button.ortho-button {
  min-height: auto;
  width: 100%;
  line-height: 1;
  padding: 7px 0;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  border-radius: 1px;
}

.popup-author-profile__name {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 6px;
}

.popup-author-profile__name-title {
  color: #A9A9A9;
}

.popup-author-profile__position {
  color: #878787;
  padding-bottom: 6px;
}

.popup-author-profile__specialty {
  padding-bottom: 6px;
}

.popup-author-profile__hospital {
  padding-bottom: 6px;
}

.popup-author-profile__hospital-logo {
  height: 40px;
}

.popup-author-profile__qtip {
  border: 1px solid #C0C0C0;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

.popup-author-profile__qtip .qtip-content {
  min-width: 510px;
  min-height: 150px;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  .popup-author-profile__qtip {
    display: none;
  }
}

.popup-author-profile__contact {
  line-height: 1.5;
}

.popup-author-profile__contact + .popup-author-profile__contact {
  padding-top: 10px;
}

.popup-author-profile__icon {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
  font-size: 14px;
  color: #7DA2DC;
}

.popup-author-profile__icon--peak {
  margin-top: 1px;
  margin-left: -1px;
  font-size: 15px;
}

.popup-author-profile__contact-info {
  margin-left: 22px;
}

.popup-author-profile__map-iframe {
  height: 90px;
  width: 100%;
}

.popup-author-profile__main-info {
  display: table;
  width: 100%;
  padding-bottom: 10px;
}

.popup-author-profile__main-info-text {
  display: table-cell;
  vertical-align: top;
}

.popup-author-profile__main-info-img {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.popup-author-profile__biography {
  line-height: 1.5;
  padding-bottom: 20px;
}

.popup-author-profile__controls .ortho-button + .ortho-button {
  margin-left: 12px;
}

.popup-author-profile__map {
  padding-top: 10px;
}

.popup-author-profile__clinical-tags {
  padding-bottom: 10px;
}

.popup-author-profile__clinical-tag {
  display: inline-block;
  padding: 5px;
  margin: 0 2px 5px 0;
  background-color: #E3ECFD;
}

.popup-author-profile__more-tags {
  color: #7DA2DC;
}

.site-footer-menu__content {
  margin: 0px auto;
  width: 100%;
  max-width: 980px;
  display: table;
  padding-bottom: 10px;
}

.site-footer-menu__content .site-footer-menu__content__important,
.site-footer-menu__content .site-footer-menu__content__company-info,
.site-footer-menu__content .site-footer-menu__content__businness {
  display: table-cell;
  width: 33.33%;
  padding-left: 100px;
  padding-right: 20px;
}

.site-footer-menu [class^="icon2-"],
.site-footer-menu [class*=" icon2-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("/images/sprite.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.site-footer-menu .large-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0px 2px 4px 2px;
}

.site-footer-menu .icon2-twitter {
  background-position: 0px 0px;
}

.site-footer-menu .icon2-facebook {
  background-position: 0px -40px;
}

.site-footer-menu .icon2-linkedin {
  background-position: 0px -80px;
}

.site-footer-menu-container {
  font-size: 13px;
  color: #FFF;
  background: #1C1C1C;
  background: url(/images/footerbg.jpg);
  padding: 15px 0px 0px 0px;
}

.site-footer-menu__item {
  padding: 2px 0;
  line-height: 12px;
}

.site-footer-menu__item a {
  font-size: 12px;
}

.site-footer-menu__item__title {
  font-weight: bold;
}

.site-footer-menu__item__link {
  color: #CCC;
}

.site-footer-menu__item__link:hover {
  text-decoration: underline;
  color: #CCC;
}

.site-footer-menu__item-social {
  padding: 2px 0;
}

.site-footer-menu__item-social a {
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .site-footer-menu__item-social {
    text-align: center;
  }
}

.site-footer-menu__copyright {
  text-align: center;
  color: #888;
  padding: 10px 0px 10px 0px;
  background: #141414;
}

.site-footer-menu-container {
  height: 180px;
  margin-top: -180px;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) {
  .site-footer-menu-container {
    height: 427px;
    margin-top: -427px;
  }
}

@media only screen and (max-width: 599px) {
  .site-footer-menu__content {
    width: auto;
  }

  .site-footer-menu__content .site-footer-menu__content__important,
  .site-footer-menu__content .site-footer-menu__content__company-info,
  .site-footer-menu__content .site-footer-menu__content__businness {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
    display: block;
    padding: 0;
  }

  .site-footer-menu__content .site-footer-menu__content__important .site-footer-menu__item,
  .site-footer-menu__content .site-footer-menu__content__company-info .site-footer-menu__item,
  .site-footer-menu__content .site-footer-menu__content__businness .site-footer-menu__item {
    padding: 3px 0;
  }

  .site-footer-menu__content .site-footer-menu__content__important .site-footer-menu__item__title,
  .site-footer-menu__content .site-footer-menu__content__company-info .site-footer-menu__item__title,
  .site-footer-menu__content .site-footer-menu__content__businness .site-footer-menu__item__title,
  .site-footer-menu__content .site-footer-menu__content__important .site-footer-menu__item,
  .site-footer-menu__content .site-footer-menu__content__company-info .site-footer-menu__item,
  .site-footer-menu__content .site-footer-menu__content__businness .site-footer-menu__item {
    text-align: center;
  }
}

.mobileAdv {
  font-family: 'Montserrat';
  color: rgba(255, 255, 255, 0.9);
}

.mobileAdv .icon-star {
  color: #315689;
  font-size: 2.2em;
  position: relative;
  text-align: center;
  top: -21px;
}

.mobileAdv-header {
  margin-top: 20px;
}

.mobileAdv-title {
  font-size: 32px;
  color: #219ad9;
  margin-left: 20px;
}

.mobile-ad-bottom-section {
  font-size: 24px;
  box-sizing: border-box;
}

.mobile-ad-bottom-section-link {
  font-size: 24px;
  color: #e1e4e6;
  text-decoration: none;
}

.mobile-ad-bottom-section-link:hover {
  text-decoration: underline;
  color: #fff;
}

.mobile-ad-bottom-section-left {
  text-align: right;
  padding-right: 20px;
}

.mobile-ad-bottom-section-center {
  text-align: center;
}

.mobile-ad-bottom-section-right {
  padding-left: 20px;
}

.mobile-ad-bottom-section {
  margin-top: 40px;
}

.stores-itunes-button.mobileAdv-top {
  margin-right: 8px;
}

.icon-star.half {
  overflow: hidden;
  width: 31px;
  top: -18px;
}

.homeFooter .navItem li a {
  text-transform: uppercase;
}

.skill-dropdown {
  overflow: hidden;
  width: 100%;
}

.skill-dropdown td {
  vertical-align: top;
}

.skill-dropdown .skill-content-wrapper {
  position: relative;
  display: none;
}

.skill-dropdown .skill-content-wrapper .close {
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  padding: 0;
  color: #c4c4c4;
  cursor: pointer;
  background: none;
  border: none;
}

.skill-dropdown .toggle {
  display: none;
}

.pollsSection {
  width: 560px;
}

.pollsSection h2 {
  font-size: 19px;
}

.pollsSection .graphWrapper {
  position: relative;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .pollsSection .graphWrapper {
    width: 100%;
  }
}

.pollsSection .number {
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #f4f4f4;
  color: #8596b3;
  font-size: 18px;
  padding: 8px 9px;
}

@media (max-width: 1024px) {
  .pollsSection {
    width: 280px;
  }
}

.pollsSection .submitBtn {
  display: block;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .pollsSection .submitBtn {
    width: 100%;
  }
}

.pollsSection .answersWrapper {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  font-size: 16px;
  margin-right: 3%;
}

.pollsSection .answersWrapper:nth-child(2n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .pollsSection .answersWrapper {
    width: 100%;
  }
}

.pollsSection .answersWrapper > div,
.pollsSection .answersWrapper .lowScale,
.pollsSection .answersWrapper .highScale {
  height: 30px;
  margin-top: 12px;
  margin-bottom: 20px;
}

.pollsSection input[type="radio"] {
  display: none;
}

.pollsSection .icon-check {
  left: 40px;
}

.pollsSection .rangeWrapper .lowScale,
.pollsSection .rangeWrapper .highScale {
  display: inline-block;
  margin-bottom: 0;
}

.pollsSection div.rangeWrapper {
  height: auto;
  width: 240px;
  margin: 12px auto 0;
}

.pollsSection .quizHeader {
  display: table;
}

.pollsSection .quizHeader > span {
  display: table-cell;
  width: 44px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  color: white;
  background-color: #c5d2f8;
}

.pollsSection .quizTitle {
  display: table-cell;
  background-color: #f4f4f4;
  font-weight: bold;
  padding: 12px 12px 12px 14px;
}

.polls {
  margin-top: 8px;
  font-size: 0;
}

.pollTitle {
  font-size: 12px;
  color: #666;
  text-align: center;
  text-transform: uppercase;
}

sup {
  vertical-align: top;
  font-size: 10px;
}

input[type="radio"]:checked + .pollAnswer::before {
  content: '\e91e';
  font-family: 'icomoon';
  font-size: 30px;
  color: #6b98df;
  border: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.pollAnswer {
  cursor: pointer;
  position: relative;
  padding-left: 47px;
  display: inline-block;
  line-height: 33px;
  vertical-align: middle;
}

.pollAnswer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  border: 1px solid #d9d9db;
  border-radius: 50%;
}

label[for=pollAnswer1] {
  line-height: 16px;
}

.rangeWrapper span {
  font-size: 11px;
  color: #999;
  margin-bottom: 16px;
}

.rangeWrapper > span {
  display: block;
}

.rangeWrapper #chosenScale {
  font-size: 24px;
  color: #8596b3;
}

.rangeWrapper .lowScale span,
.rangeWrapper .highScale span {
  line-height: 14px;
  vertical-align: middle;
}

.rangeWrapper .highScale {
  float: right;
}

.rangeWrapper .lowScale span:first-child {
  font-size: 18px;
}

.rangeWrapper .highScale span:last-child {
  font-size: 18px;
}

/*RANGE*/

#range {
  position: relative;
  width: 240px;
  border: 0;
  height: 7px;
  background: #eee;
  outline: none;
  margin-bottom: 0;
}

#range .ui-slider-handle {
  position: absolute;
  top: 0;
  margin: -9px 3px 0 0;
  background: #8596b3;
  border: 0;
  height: 25px;
  width: 5px;
  outline: none;
  cursor: pointer;
}

#range .ui-slider-range {
  height: 7px;
  background: #8596b3;
}

/******************Submited right column****************/

.pollsSectionSubmited .answersWrapper {
  margin-bottom: 10px;
}

.pollsSectionSubmited .answersWrapper div {
  position: relative;
  margin-top: 6px;
  margin-bottom: 8px;
  height: auto;
  font-size: 0;
}

.pollsSectionSubmited .answersWrapper div:first-of-type .pollExplanation {
  margin-top: 0;
}

.pollsSectionSubmited .answersWrapper .pollExplanation {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  margin-left: 8px;
  margin-top: 6px;
}

.pollsSectionSubmited .answersWrapper .pollAnswerPercent {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.8px;
  text-align: center;
  background-color: #f4f4f4;
  color: #666;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 44px;
}

.pollsSectionSubmited .answersWrapper .rangeWrapper span {
  font-size: 11px;
  vertical-align: baseline;
  margin-bottom: 0;
}

.pollsSectionSubmited .answersWrapper .rangeWrapper img {
  margin: 0;
}

.pollsSectionSubmited .answersWrapper .middleScale {
  display: inline-block;
  margin-left: 45px;
}

.pollsSectionSubmited .answersWrapper .middleScale span {
  font-size: 18px;
}

.pollsSectionSubmited .answersWrapper .lowScale span:first-child {
  font-size: 18px;
}

.pollsSectionSubmited .answersWrapper .highScale span:last-child {
  font-size: 18px;
}

.pollsSectionSubmited .answersWrapper .bar {
  position: absolute;
  height: 15px;
  top: 0;
  left: 44px;
  margin-top: 0;
  margin-bottom: 0;
  width: calc(100% - 44px);
}

.pollsSectionSubmited .answersWrapper .innerBar {
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
}

.pollsSectionSubmited .answersWrapper img {
  margin: 18px 0 35px 0;
}

@media (max-width: 1024px) {
  .pollsSectionSubmited .answersWrapper img {
    margin-left: 26px;
  }
}

.pollsSectionSubmited .answersWrapper sup {
  font-size: 12px;
}

.answersList {
  display: inline-block;
  vertical-align: inherit;
  margin-left: 30px;
  margin-top: 38px;
  font-size: 14px;
}

.answersList li {
  position: relative;
  line-height: 22px;
}

.answersList li::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: -17px;
  width: 10px;
  height: 10px;
  background-color: #ccc;
}

.answersList li:first-child::before {
  background-color: #c5d2f8;
}

.answersList li:last-child::before {
  background-color: #f4f4f4;
}

.answersList span {
  font-weight: bold;
}

.evidence-poll-section {
  float: right;
}

@media (max-width: 768px) {
  .evidence-poll-section {
    float: none;
  }
}

.hide-notes .evidence-notes-section .noteIndicator {
  visibility: visible;
}

.hide-notes .evidence-notes-section .note:not(.edit) {
  visibility: hidden;
}

.hide-notes .evidence-notes-section .noteIndicator {
  margin-right: -360px;
}

.hide-sideMenu.hide-notes .evidence-notes-section .noteIndicator {
  margin-right: -430px;
}

@media only screen and (max-width: 1024px) {
  .hide-sideMenu.hide-notes .evidence-notes-section .noteIndicator {
    margin-right: -375px;
  }
}

.hide-sideMenu .note-system .evidence-notes-section .note:not(.edit) {
  margin-right: -562px;
}

@media only screen and (max-width: 1024px) {
  .hide-sideMenu .note-system .evidence-notes-section .note:not(.edit) {
    margin-right: -515px;
  }
}

@media only screen and (max-width: 768px) {
  .hide-sideMenu .note-system .evidence-notes-section .note:not(.edit) {
    margin-right: -185px;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-sideMenu .note-system .post-content--popup .evidence-notes-section .note:not(.edit) {
    margin-right: -505px;
  }
}

@media only screen and (max-width: 599px) {
  .note-system .evidence-notes-section .note.note--insideList:not(.edit) {
    margin-right: -185px;
  }
}

.evidence-notes-section--popup .noteIndicator {
  display: none !important;
}

.evidence-notes-section--popup .note:not(.edit) {
  display: none !important;
}

@media only screen and (max-width: 599px) {
  .ios .homeSlider {
    height: calc(100vh - 80px);
  }
}

@media only screen and (max-width: 599px) {
  .ios #homeSlider .item {
    height: calc(100vh - 140px);
  }

  .ios #homeSlider .item .leftSide {
    padding-top: 10%;
  }
}

.homeSlider {
  background: #2a3d62;
  margin-bottom: 20px;
}

@media only screen and (min-width: 600px) {
  .homeSlider {
    height: 326px;
    height: calc(100vh - 266px);
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  .homeSlider {
    height: 100vh;
  }
}

@media only screen and (max-width: 599px) {
  .homeSlider {
    height: 100vh;
  }
}

#homeSlider * {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -ms-user-drag: none;
  user-drag: none;
}

#homeSlider .item {
  padding-top: 76px;
  background-position: center center;
  background-size: cover;
}

@media only screen and (min-width: 600px) {
  #homeSlider .item {
    height: 250px;
    height: calc(100vh - 340px);
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  #homeSlider .item {
    height: calc(100vh - 76px);
  }
}

@media only screen and (max-width: 599px) {
  #homeSlider .item {
    height: calc(100vh - 76px);
  }
}

#homeSlider .center {
  display: table;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 599px) {
  #homeSlider .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

#homeSlider .leftSide,
#homeSlider .rightSide {
  display: table-cell;
  vertical-align: bottom;
}

@media only screen and (max-width: 599px) {
  #homeSlider .leftSide,
  #homeSlider .rightSide {
    display: block;
  }
}

#homeSlider .leftSide {
  padding-right: 20px;
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  #homeSlider .leftSide {
    vertical-align: middle !important;
  }
}

@media only screen and (max-width: 599px) {
  #homeSlider .leftSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    position: relative;
    padding: 0;
  }
}

@media only screen and (max-width: 599px) {
  #homeSlider .rightSide {
    width: 100%;
  }
}

#homeSlider .item h1 {
  line-height: 1.1;
  font-weight: normal;
  text-align: center;
  color: white;
  font-style: italic;
  font-family: 'Open Sans', sans-serif;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #homeSlider .item h1 {
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 800px) and (orientation: landscape) {
  #homeSlider .item h1 {
    font-size: 30px !important;
    margin-left: 0 !important;
    padding-right: 20px;
  }

  #homeSlider .item h1 br {
    display: none;
  }
}

@media only screen and (max-width: 599px) {
  #homeSlider .item h1 {
    width: 100%;
    font-size: 26px !important;
    margin: auto !important;
  }

  #homeSlider .item h1 br {
    display: none;
  }
}

#homeSlider .item img {
  width: auto;
  display: inline-block;
}

#homeSlider .item .card {
  float: right;
  padding: 35px 25px;
  width: 285px;
  box-sizing: border-box;
  background: rgba(1, 18, 62, 0.6);
}

@media only screen and (max-width: 599px) {
  #homeSlider .item .card {
    padding: 25px;
    float: none !important;
    width: 100% !important;
    box-sizing: border-box;
  }

  #homeSlider .item .card p {
    font-size: 19px !important;
    max-width: 200px;
    box-sizing: border-box;
  }
}

#homeSlider .item .card a {
  display: block;
  width: 110px;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#homeSlider .item h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

#homeSlider .item h3 img {
  vertical-align: middle;
}

#homeSlider .item p {
  line-height: 1.3;
}

@media only screen and (max-width: 599px) {
  #homeSlider .item p {
    padding-bottom: 20px !important;
  }
}

#homeSlider .item1 .leftSide,
#homeSlider .item1 .rightSide {
  vertical-align: middle;
}

#homeSlider .item1 h1 {
  font-size: 42px;
  max-width: 500px;
}

#homeSlider .item1 img {
  max-width: 100%;
  width: auto;
  display: inline-block;
}

#homeSlider .item1 .rightSide {
  text-align: right;
}

@media only screen and (max-width: 599px) {
  #homeSlider .item1 .rightSide {
    text-align: center;
    padding-bottom: 20px;
  }

  #homeSlider .item1 .rightSide img {
    width: 80%;
  }
}

#homeSlider .item2 .leftSide,
#homeSlider .item2 .rightSide {
  vertical-align: bottom;
}

#homeSlider .item2 .rightSide {
  overflow: hidden;
}

#homeSlider .item2 .card {
  float: right;
  width: 285px;
  box-sizing: border-box;
}

#homeSlider .item2 h1 {
  font-size: 44px;
  max-width: 420px;
  margin-left: 115px;
  margin-bottom: 90px;
}

#homeSlider .item2 h3 {
  font-size: 30px;
  color: white;
  padding-bottom: 20px;
}

#homeSlider .item2 h3 img {
  padding-right: 10px;
}

#homeSlider .item2 p {
  padding-left: 45px;
  padding-bottom: 40px;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  color: #3c8674;
}

#homeSlider .item2 a {
  color: #3c8674;
}

#homeSlider .item3 h1 {
  max-width: 480px;
  margin-left: 100px;
  margin-bottom: 40px;
  font-size: 36px;
}

#homeSlider .item3 h3 {
  padding-bottom: 30px;
  color: #88a9df;
  font-size: 26px;
}

#homeSlider .item3 h3 img {
  padding-right: 15px;
}

#homeSlider .item3 p {
  padding-bottom: 35px;
  font-size: 22px;
  color: #617dab;
}

#homeSlider .item3 a {
  color: #617dab;
}

#homeSlider .item4 h1 {
  max-width: 520px;
  margin-left: 50px;
  margin-bottom: 100px;
  font-size: 40px;
}

#homeSlider .item4 h3 {
  padding-bottom: 40px;
  font-size: 30px;
  color: white;
}

#homeSlider .item4 h3 img {
  padding-right: 10px;
  height: 40px;
}

#homeSlider .item4 h3 i {
  color: #26d9c2;
  font-style: normal;
}

#homeSlider .item4 p {
  padding-bottom: 60px;
  font-size: 24px;
  color: #21a5a1;
}

#homeSlider .item4 a {
  color: #21a5a1;
}

#homeSlider .item5 h1 {
  max-width: 545px;
  margin-left: 60px;
  margin-bottom: 80px;
  font-size: 40px;
}

#homeSlider .item5 h3 {
  position: relative;
  padding-bottom: 40px;
  top: -5px;
}

#homeSlider .item5 h3 img {
  vertical-align: bottom;
  padding-right: 15px;
}

#homeSlider .item5 h3 span {
  display: inline-block;
  color: #76a4e3;
  font-size: 37px;
  line-height: 0.9;
}

#homeSlider .item5 h3 span i {
  display: block;
  font-style: normal;
  color: #dedede;
  font-size: 29px;
}

#homeSlider .item5 p {
  padding-bottom: 55px;
  font-size: 22px;
  color: #76a4e3;
}

#homeSlider .item5 a {
  color: #3b6095;
}

#homeSlider .item6 h1 {
  font-size: 38px;
  max-width: 510px;
  margin-left: 70px;
  margin-bottom: 58px;
}

#homeSlider .item6 h3 {
  padding-bottom: 20px;
}

#homeSlider .item6 p {
  padding-bottom: 60px;
  color: #6fa6df;
  font-size: 22px;
}

#homeSlider .item6 a {
  color: #2c587c;
}

#homeSlider .item7 .leftSide {
  vertical-align: middle;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #homeSlider .item7 .leftSide {
    vertical-align: bottom;
  }
}

#homeSlider .item7 h1 {
  font-size: 60px;
}

@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #homeSlider .item7 h1 {
    margin-bottom: 200px;
  }
}

#homeSlider .item7 h3 {
  padding-bottom: 25px;
  font-size: 22px;
}

#homeSlider .item7 p {
  color: #c14166;
  padding-bottom: 45px;
  font-size: 22px;
}

#homeSlider .item7 a {
  color: #822c5d;
}

.bannerad {
  max-width: 728px;
  margin: 0 auto;
}

.topicContent .bannerad {
  padding-bottom: 20px;
}

.vertical-banner-section {
  width: 100%;
  margin-top: 30px;
}

.vertical-banner-section .banner {
  margin: 10px auto;
  width: 180px;
  max-height: 150px;
  background-color: azure;
}

.vertical-banner-section .banner img {
  max-width: 180px !important;
  max-height: 150px;
}

.vertical-banner-section .banner iframe {
  width: inherit;
  height: inherit;
}

.marketing-wrapper {
  display: table;
  margin: 5px 0 16px 0;
}

.marketing-wrapper .plus {
  font-size: 46px;
  display: table-cell;
  color: #bababa;
  height: 100%;
  width: 30px;
  vertical-align: middle;
  background-color: #f9f9f9;
  text-align: center;
}

.marketing-wrapper .btn-takeExam {
  display: none !important;
}

.marketing-wrapper .purchased .btn-purchase {
  display: none;
}

.marketing-wrapper .purchased .btn-takeExam {
  display: inherit !important;
}

.marketing-wrapper .purchased .plus {
  color: white;
  width: 10px;
  font-size: 10px;
  background-color: white;
}

.marketing-box {
  height: 65px;
  background-color: #f9f9f9;
  display: table-cell;
  vertical-align: middle;
  text-align: -webkit-center;
  padding: 0 5px;
}

.marketing-box.questions-free,
.marketing-box.questions-vc,
.marketing-box.questions-sae {
  width: 180px;
}

.marketing-box.questions-nbs {
  width: 353px;
}

.marketing-box .marketing-number {
  width: 90px;
  font-size: 30px;
  border-right: 2px solid;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-right: 5px;
}

.marketing-box.questions-free .marketing-number {
  color: #bababa;
  border-color: #bababa;
}

.marketing-box.questions-vc .marketing-number {
  width: 60px;
  color: #6b73b6;
  border-color: #6b73b6;
}

.marketing-box.questions-nbs .marketing-number {
  width: 60px;
  color: #79c969;
  border-color: #79c969;
}

.marketing-box.questions-sae .marketing-number {
  color: #d3353e;
  border-color: #d3353e;
}

.marketing-box .marketing-label {
  width: 90px;
  height: 54px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  text-align: center;
  color: #6c6c6c;
}

.btn-purchase-content {
  background-color: #79c969;
  height: 55px;
  width: 165px;
  color: #fdfdfd;
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.btn-purchase-content:hover {
  background-color: #56aa59;
}

a.btn-purchase,
a.btn-takeExam {
  text-decoration: none;
}

.explanation {
  width: 250px;
  height: 110px;
  padding: 10px;
  text-align: center;
  background-color: white;
  display: table-cell;
  vertical-align: middle;
  -ms-box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}

.infinitelist .infinitelist-footer {
  text-align: center;
  padding: 10px 0px;
}

.infinitelist.infinitelist-loading .infinitelist-footer:after {
  content: '';
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-image: url('/JobBank/images//loading.gif');
  background-repeat: no-repeat;
  background-position: center center;
}

.infinitelist.infinitelist-loading .infinitelist-footer a {
  display: none;
}

.pollQuestion {
  border: 1px solid #f3f3f3;
  margin-bottom: 20px;
}

.pollQuestion-item {
  margin-bottom: 10px;
}

.pollQuestion-head {
  display: table;
  width: 100%;
  padding: 2px 5px;
  box-sizing: border-box;
  background: #f3f3f3;
}

.pollQuestion-icon {
  display: table-cell;
  width: 42px;
}

.pollQuestion-controls {
  text-align: right;
  padding-bottom: 10px;
}

.pollQuestion-link {
  font-size: 14px;
  color: #000;
}

.pollQuestion-body {
  padding: 10px 10px 10px 15px;
}

.pollQuestion-question {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  padding-left: 5px;
  font-size: 14px;
}

.pollQuestion-otherOption {
  font-size: 14px;
  margin-bottom: 8px;
  margin-left: 44px;
  color: #000;
  opacity: 0.8;
  width: 50px;
}

.pollQuestion-qtip {
  border-color: #E2E2E2;
  background-color: #909090 !important;
  color: #fff !important;
  font-size: 14px!important;
  line-height: 14px!important;
  width: 320px;
  padding: 5px!important;
}

.pollQuestion-radio {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
}

.pollQuestion-label {
  display: inline-block;
  width: 204px;
  vertical-align: top;
  padding: 2px 0 0 15px;
  box-sizing: border-box;
  font-size: 14px;
  color: #000;
}

.pollQuestion .question-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(/Content/images/cases/poll_header_icon.png) 0 0 no-repeat;
}

.pollQuestion .check-icon {
  display: inline-block;
  width: 32px;
  height: 22px;
  background: url(/Content/images/cases/white_check_icon.png) 0 -4px no-repeat;
  margin-right: 1px;
  vertical-align: top;
}

.pollQuestion-btnWrapper {
  text-align: center;
  margin-bottom: 10px;
}

.pollQuestion-btn {
  padding: 7px 46px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  text-shadow: none;
  background-color: #7da2dd;
}

.pollQuestion-btn:hover {
  background: #5585d2;
}

.pollOptions {
  font-size: 14px;
}

.pollOptions-item {
  position: relative;
  margin-bottom: 10px;
}

.pollOptions-wrapper {
  clear: both;
  margin-bottom: 5px;
}

.pollOptions-wrapper:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.pollOptions-data {
  float: left;
}

.pollOptions-percent {
  float: right;
  font-weight: bold;
}

.pollOptions-graph {
  background: #f3f3f3;
}

.pollOptions-graphItem {
  background: #C3D9FF;
  height: 12px;
  box-sizing: border-box;
}

.ortho-list-wrapper {
  margin: 15px 0;
}

.ortho-list-wrapper .ortho-list-item {
  border-bottom: 1px solid #E9E9E9;
  list-style: none;
}

.ortho-list-wrapper .ortho-list-item > a {
  min-height: 60px;
  box-sizing: border-box;
  display: block;
}

.ortho-list-wrapper .ortho-list-item:hover {
  background-color: #EDEFF4;
}

.ortho-list-wrapper .ortho-list-item-image {
  float: left;
  width: 60px;
  height: 60px;
}

.ortho-list-wrapper .ortho-list-item-image img {
  width: 100%;
  height: 100%;
}

.ortho-list-wrapper .ortho-list-item-text {
  padding: 3px 8px;
  float: left;
  min-width: 200px;
}

.ortho-list-wrapper .ortho-list-item-text span {
  display: inline-block;
}

.ortho-list-wrapper .ortho-list-item-icon {
  float: right;
  color: #c2cad8;
  display: inline-block;
  font-size: 25px;
  padding: 5px 10px 5px 5px;
  line-height: 50px;
}

.ortho-list-wrapper .ortho-list-small .ortho-list-item > a {
  min-height: 40px;
  height: 42px;
  overflow: hidden;
}

.ortho-list-wrapper .ortho-list-small .ortho-list-item-image {
  float: left;
  width: 42px;
  height: 42px;
}

.ortho-list-wrapper .ortho-list-small .ortho-list-item-icon {
  font-size: 15px;
  padding: 5px 10px 5px 5px;
  line-height: 30px;
}

.profile-vc-status-small .vc-status-text {
  max-width: 220px;
}

.profile-vc-status {
  display: block;
  padding: 0;
  color: #FFFFFF;
  height: 50px;
  font-size: 14px;
}

.profile-vc-status * {
  box-sizing: border-box;
}

.profile-vc-status img {
  height: 50px;
  padding: 12px 5px 12px 10px;
}

.profile-vc-status .vc-status-extratext,
.profile-vc-status .vc-status-text {
  padding: 6px 10px 0 10px;
  display: inline-block;
  height: 50px;
}

.profile-vc-status .vc-status-extratext {
  float: right;
  text-align: center;
  line-height: 36px;
  max-width: 150px;
  font-weight: bold;
  font-size: 16px;
}

.profile-vc-status .vc-status-text {
  float: left;
  line-height: 38px;
  overflow: hidden;
}

.profile-vc-status .vc-status-text span {
  display: inline-block;
}

.profile-vc-status .vc-status-text .vc-status-subtext {
  font-size: 12px;
  opacity: 0.6;
  line-height: 12px;
  max-height: 25px;
  overflow: hidden;
}

.profile-vc-status.vc-status-active {
  background-color: #009999;
}

.profile-vc-status.vc-status-active .vc-status-extratext {
  background-color: #007370;
}

.profile-vc-status.vc-status-active .vc-status-text {
  line-height: 17px;
}

.profile-vc-status.peak-status-active {
  background-color: #0E8EBF;
}

.profile-vc-status.peak-status-active .vc-status-extratext {
  background-color: #0A7199;
}

.profile-vc-status.peak-status-active .vc-status-text {
  line-height: 17px;
}

.profile-vc-status.pass-status-active {
  background-color: #a264ab;
}

.profile-vc-status.pass-status-active .vc-status-extratext {
  background-color: #6f0689;
}

.profile-vc-status.pass-status-active .vc-status-text {
  line-height: 17px;
}

.profile-vc-status.vc-status-upgrade {
  background-color: #0094c8;
}

.profile-vc-status.vc-status-upgrade .vc-status-text {
  padding-left: 10px;
  font-weight: bold;
}

.profile-vc-status.vc-status-expired {
  background-color: #A70DB0;
}

a.profile-vc-status:hover {
  color: #FFF;
}

a.profile-vc-status.vc-status-active:hover {
  background-color: #109fd6;
}

a.profile-vc-status.vc-status-expired:hover {
  background-color: #c239ca;
}

a.profile-vc-status.vc-status-upgrade:hover {
  background-color: #00a2db;
}

.vc-status-text .icon-peak {
  position: relative;
  top: 1px;
}

.vc-status-text__peak {
  font-family: 'Montserrat', sans-serif;
}

.job-banner {
  margin-top: 30px;
}

.job-banner a:hover {
  cursor: pointer;
  text-decoration: none;
}

.job-banner-title {
  color: #6e6e6f;
  font-size: 13px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 7px;
}

.job-banner-title div {
  display: inline-block;
  margin: auto 5px;
}

.job-banner-listings-wrapper {
  max-height: 320px;
  overflow-y: auto;
}

.job-banner-listing {
  width: 90%;
  padding: 5px;
  background-color: white;
  margin-bottom: 5px;
  font-size: 10px;
}

.job-banner-listing div {
  padding-bottom: 2px;
}

.job-banner-buttons {
  font-size: 16px;
  width: 95%;
  margin-top: 5px;
}

.job-banner-listing-title {
  font-weight: bold;
  color: #22229C;
}

.job-banner-listing-location {
  color: black;
}

.job-banner-listing-posted {
  color: #9e9e9e;
}

.ortho-bg-green-soft,
tr.ortho-bg-green-soft {
  background-color: #E1F5DD;
}

.ortho-bg-green-soft td,
tr.ortho-bg-green-soft td {
  background-color: #E1F5DD;
}

.ortho-bg-blue-soft,
tr.ortho-bg-blue-soft {
  background-color: #edf3fd;
}

.ortho-bg-blue-soft td,
tr.ortho-bg-blue-soft td {
  background-color: #edf3fd;
}

.ortho-bg-red-soft,
tr.ortho-bg-red-soft {
  background-color: #fbe9ed;
}

.ortho-bg-red-soft td,
tr.ortho-bg-red-soft td {
  background-color: #fbe9ed;
}

body.Orthopaedics .primary-bg {
  background-color: #395685;
}

body.MedbulletsStep1 .primary-bg {
  background-color: #00655c;
}

body.MedbulletsStep2And3 .primary-bg {
  background-color: #056693;
}

body.EntBullets .primary-bg {
  background-color: #022230;
}

.ortho-table {
  display: table;
}

.ortho-table-fullwidth {
  display: table;
  width: 100%;
}

.ortho-table-bordered {
  border: 1px solid #E8E8E8;
}

.ortho-table-bordered .ortho-table-row:last-child .ortho-table-cell {
  border-bottom: none;
}

.ortho-table-header {
  background-color: #f9f9f9;
  font-weight: bold;
  color: #5c5c5c;
}

.ortho-table-header,
.ortho-table-row {
  height: 30px;
  line-height: 30px;
  display: table-row;
}

.ortho-table-header:last-child .ortho-table-cell,
.ortho-table-row:last-child .ortho-table-cell {
  border-bottom: none;
}

.ortho-table-header {
  font-size: 14px;
}

.ortho-table-row {
  font-size: 12px;
}

.ortho-table-cell {
  display: table-cell;
  padding: 0 10px;
  border-bottom: 1px solid #E8E8E8;
}

.ortho-table-cell.number {
  width: 50px;
  text-align: center;
}

.ortho-table-cell {
  vertical-align: middle;
}

.ortho-table-cell.buttons a {
  margin-right: 10px;
}

body.Orthopaedics .trialActivationLink {
  background-image: url("/images/free_trial/90trialOB_button.png");
}

body.MedbulletsStep1 .trialActivationLink {
  background-image: url("/images/free_trial/90trialStep1_button.png");
}

body.MedbulletsStep2 .trialActivationLink {
  background-image: url("/images/free_trial/90trialStep2_button.png");
}

a.trialActivationLink {
  display: inline-block;
  width: 482px;
  height: 151px;
}

.case-log-list-table {
  width: 100%;
  font-family: arial, sans-serif;
  border-collapse: collapse;
  margin-top: 2px;
  margin-bottom: 10px;
}

.case-log-list-table__row {
  border-bottom: 1px solid #ececec;
}

.case-log-list-table__row:hover {
  background: #e3ecfd;
}

.case-log-list-table__row:hover .case-log-list-table__icon {
  opacity: 1;
  visibility: visible;
}

.case-log-list-table__element {
  vertical-align: middle;
  padding: 15px 20px 15px 0;
  font-size: 14px;
}

.case-log-list-table__element:first-of-type {
  padding-left: 10px;
}

.case-log-list-table__element:last-child {
  padding: 3px 10px 3px 0;
  text-align: right;
}

.case-log-list-table__element--id {
  color: #333333;
  font-weight: bold;
}

.case-log-list-table__element--th {
  padding: 5px 20px 5px 0;
  color: #898989;
  font-size: 12px;
  border-bottom: 1px solid #ececec;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #f4f4f4;
  text-align: left;
}

.case-log-list-table__element--cpt {
  word-break: break-word;
}

.case-log-list-table__icon {
  font-size: 24px;
  color: #7ca2dc;
  transition: color 0.15s;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 1023px) {
  .case-log-list-table__icon {
    opacity: 1;
    visibility: visible;
  }
}

.case-log-list-table__icon:hover {
  color: #ffffff;
}

.cptcode-item__content {
  padding: 10px 20px;
  cursor: pointer;
  line-height: 1.2;
  color: #535353;
}

.cptcode-item__content:hover {
  background-color: #359aa4;
  color: #ffffff;
}

.cptcode-item__empty {
  padding: 10px 20px;
}

.qtip-popup__content {
  display: none;
  position: relative;
}

.qtip-popup--cpt-code-desc {
  background-color: #359aa4;
  border: none;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 3px 10px 3px;
}

.qtip-popup--cpt-code-desc .qtip-popup__content {
  line-height: 1.1;
  max-width: 500px;
}

.qtip-popup--cpt-code-desc .qtip-popup__content--admin {
  padding-right: 35px;
}

.qtip__breakdown-content {
  border: none;
  box-shadow: 0 0 7px gray;
}

.qtip__breakdown-content .qtip-content {
  padding: 0;
}

.qtip__breakdown-content .qtip-tip {
  display: none !important;
}

.simple-form__title {
  padding-top: 5px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}

.simple-form__section {
  padding-bottom: 5px;
}

.simple-form__section--half {
  font-size: 0;
}

.simple-form__section--separator {
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.simple-form__block--half {
  display: inline-block;
  width: 48%;
  font-size: 14px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .simple-form__block--half {
    width: 100%;
  }
}

.simple-form__block--half:nth-child(even) {
  margin-left: 4%;
}

@media only screen and (max-width: 599px) {
  .simple-form__block--half:nth-child(even) {
    margin-left: 0;
  }
}

.simple-form__block:not(.simple-form__block--half) + .simple-form__block:not(.simple-form__block--half) {
  padding-top: 15px;
}

.simple-form__label {
  padding-bottom: 5px;
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.3;
}

.simple-form__description {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 10px;
}

.simple-form__delete {
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 599px) {
  .simple-form__delete {
    position: relative;
    margin-top: 10px;
  }
}

.simple-form__delete-text {
  padding: 20px 0;
}

.simple-form__note {
  padding-bottom: 5px;
  font-size: 13px;
  color: #878787;
  line-height: 1.3;
}

.text-field {
  width: 100%;
  padding: 7px 12px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  border: 1px solid #cccccc;
}

.text-field:hover {
  border: 1px solid #66afe9;
}

.text-field:focus,
.text-field:active {
  border: 1px solid #66afe9;
  box-shadow: 0 0 4px #66afe9;
}

.text-field::-webkit-input-placeholder {
  font-style: normal;
  color: #A2A2A2;
}

.text-field::-moz-placeholder {
  font-style: normal;
  color: #A2A2A2;
}

.text-field:-ms-input-placeholder {
  font-style: normal;
  color: #A2A2A2;
}

.text-field::placeholder {
  font-style: normal;
  color: #A2A2A2;
}

.text-field.input-validation-error {
  border: 1px solid #dd5f5f;
  box-shadow: 0 0 4px #dd5f5f;
}

.date-field {
  width: 100%;
  padding: 5px 12px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  border: 1px solid #cccccc;
  font-family: "Arial", Helvetica, sans-serif;
}

.date-field:hover {
  border: 1px solid #66afe9;
}

.date-field:focus,
.date-field:active {
  border: 1px solid #66afe9;
  box-shadow: 0 0 4px #66afe9;
}

.date-field::-webkit-inner-spin-button {
  display: none;
}

.date-field.input-validation-error {
  border: 1px solid #dd5f5f;
  box-shadow: 0 0 4px #dd5f5f;
}

.dropdown-field {
  width: 100%;
  padding: 6px 9px;
  box-sizing: border-box;
  outline: none;
  transition: 0.2s;
  border: 1px solid #cccccc;
}

.dropdown-field:hover {
  border: 1px solid #66afe9;
}

.dropdown-field:focus,
.dropdown-field:active {
  border: 1px solid #66afe9;
  box-shadow: 0 0 4px #66afe9;
}

.dropdown-field.input-validation-error {
  border: 1px solid #dd5f5f;
  box-shadow: 0 0 4px #dd5f5f;
}

.styled-link {
  position: relative;
  color: #000000;
  display: inline-block;
}

.styled-link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: 0.3s;
  height: 1px;
  background-color: #000000;
}

.styled-link:hover {
  text-decoration: none;
}

.styled-link:hover:after {
  width: 100%;
}

.styled-link--white {
  color: #ffffff;
}

.styled-link--white:after {
  background-color: #ffffff;
}

.styled-link--pelorous {
  color: #2FADB5;
}

.styled-link--pelorous:after {
  background-color: #2FADB5;
}

.styled-link--cerulean-light {
  color: #00A7D8;
}

.styled-link--cerulean-light:after {
  background-color: #00A7D8;
}

.styled-link--cerulean {
  color: #0E8EBF;
}

.styled-link--cerulean:after {
  background-color: #0E8EBF;
}

.styled-link--height-2:after {
  height: 2px;
}

.simple-link {
  transition: 0.3s;
}

.simple-link:hover {
  text-decoration: none;
}

.simple-link--pelorous {
  color: #2FADB5;
}

.simple-link--pelorous:hover {
  color: #279198;
}

.simple-link--cerulean-light {
  color: #00A7D8;
}

.simple-link--cerulean-light:hover {
  color: #0192bd;
}

.simple-link--cerulean {
  color: #0E8EBF;
}

.simple-link--cerulean:hover {
  color: #0c7ba6;
}

@media only screen and (max-width: 599px) {
  .peak-subscriptions--desktop {
    display: none;
  }
}

.peak-subscriptions--phone {
  display: none;
}

@media only screen and (max-width: 599px) {
  .peak-subscriptions--phone {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__title-col {
    width: 42% !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__check-col {
    width: 28% !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__devider-col {
    width: 1% !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__title * {
    font-size: 13px !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__description * {
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__feature * {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 599px) {
  .product-chart__more * {
    font-size: 14px !important;
  }
}

.peak-tutorials .peak-tutorials__step {
  padding: 15px 0;
}

.peak-tutorials .peak-tutorials__step--empty {
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .peak-tutorials__step {
    display: block;
    width: 100%;
    margin: 0 17px;
  }
}

@media only screen and (max-width: 599px) {
  .peak-tutorials__elem {
    display: block;
    width: 100%;
    padding: 0 15px !important;
  }
}

.peak-tutorials__elem--hide {
  display: none;
}

@media only screen and (max-width: 599px) {
  .peak-tutorials__elem img {
    float: none !important;
    height: auto;
    width: 100%;
  }
}

.content-filter__title {
  padding: 14px 0 3px 0;
  border-bottom: 1px dotted #c0c0c0;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}

.content-filter__param {
  width: 18.5%;
  float: left;
}

@media only screen and (max-width: 599px) {
  .content-filter__param {
    width: 100%;
    float: none;
  }
}

.content-filter__param + .content-filter__param {
  margin-left: 1.8%;
}

@media only screen and (max-width: 599px) {
  .content-filter__param + .content-filter__param {
    margin-left: 0;
    padding-top: 15px;
  }
}

.content-filter__body {
  padding-top: 10px;
}

.content-filter__dropdown-button {
  position: absolute;
  right: 0;
  bottom: 2px;
}

.content-filter .ortho-tip {
  font-size: 12px;
  padding: 3px;
}

.verticalListItem {
  padding-bottom: 9px;
  vertical-align: top;
}

#event-edit .chzn-container,
#event-edit .chzn-drop,
#event-edit .chzn-search input,
#event-edit .chzn-choices .search-field input {
  width: 100% !important;
}

#event-edit .chzn-choices .search-field {
  height: 25px;
  display: block;
}

#event-edit .chzn-single span {
  height: 32px;
  line-height: 32px;
}

#event-edit #tabs {
  border: none;
}

#event-edit #tabs .ui-tabs-panel {
  padding: 0;
}

#event-edit #tabs > ul {
  text-align: center;
  margin: 10px 0 10px;
  padding: 0;
  border: none;
  background: transparent;
}

#event-edit #tabs > ul li {
  display: inline-block;
  float: none;
  border-radius: 0;
  border: none;
  background: transparent;
}

#event-edit #tabs > ul li.ui-state-active a,
#event-edit #tabs > ul li a:hover {
  background-color: #5a7aaf;
  color: #FFF;
}

#event-edit #tabs > ul li a {
  color: #000;
  font-size: 14px;
  background: transparent;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 10px;
}

#event-edit #event-daily-tabs {
  border: none;
}

#event-edit #event-daily-tabs > ul {
  padding: 0;
  border: none;
  background: transparent;
}

#event-edit #event-daily-tabs li {
  display: inline-block;
}

#event-edit #event-daily-tabs li a {
  display: inline-block;
  border: 1px solid #5a7aaf;
  padding: 8px;
  color: #2a5077;
}

#event-edit #event-daily-tabs li a:active,
#event-edit #event-daily-tabs li a:focus,
#event-edit #event-daily-tabs li a:hover,
#event-edit #event-daily-tabs li a.active {
  text-decoration: none;
  background-color: #5a7aaf;
  color: #fff;
}

#event-edit .eventsession-remove {
  position: absolute;
  right: 15px;
  top: 0;
}

#event-edit a.eventsession-timeslot-add {
  display: block;
  padding: 8px 5px;
  color: #666;
  border: 1px dashed #d5d5d5;
  transition: all linear 0.2s;
  margin: 10px 0;
}

#event-edit a.eventsession-timeslot-add:hover {
  background-color: #eee;
  color: #222;
  text-decoration: none;
  border: 1px dashed #aaa;
}

#event-edit a.eventsession-timeslot-add:focus {
  text-decoration: none;
}

#event-edit .timeslots-headings > div {
  height: 20px;
  line-height: 20px;
  padding: 0;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  opacity: 0.8;
}

#event-edit .timeslots-items .timeslots-items-item:last-of-type input {
  border-bottom: 1px solid #ddd;
}

#event-edit .timeslots-items .timeslots-items-item:last-of-type .eventsession-timeslot-remove {
  height: 32px;
  line-height: 32px;
  border: 1px solid #ddd;
}

.event-sessions-container-session {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  margin: 10px 0;
}

.event-sessions-container-add {
  display: block;
  width: 100%;
  padding: 20px 5px;
  height: 60px;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #7d8da7;
  transition: all linear 0.2s;
  margin: 10px 0;
  border: 1px solid #f1f4f9;
  background-color: transparent;
}

.event-sessions-container-add:hover,
.event-sessions-container-add:focus {
  text-decoration: none;
  background-color: #f1f4f9 !important;
  color: #2a5077;
  border: 1px solid #f1f4f9;
}

.event-sessions-container .session-items-list .session-item-title {
  width: 100px;
  overflow: hidden;
  height: 14px;
  line-height: 14px;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 599px) {
  .event-sessions-container .session-items-list .session-item-title {
    width: auto;
  }
}

.event-header {
  height: 140px;
  padding: 20px 20px;
  background-color: #395685;
  background: linear-gradient(180deg, #6B8FBB 0%, #395685 100%);
  margin: 10px 0;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  border-radius: 1px;
}

.event-header__title-container {
  position: relative;
}

.event-header__title-container__dates {
  font-weight: bold;
  line-height: 18px;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.event-header__title-container__title {
  color: #FFF;
  font-weight: bold;
  font-size: 27px;
  line-height: 31px;
  max-height: 31px;
  overflow: hidden;
  margin-bottom: 15px;
}

.event-header__title-container__location {
  color: #FFF;
  font-size: 16px;
  line-height: 18px;
}

.event-header__logo {
  position: absolute;
  top: 20px;
  right: 20px;
  max-height: 60px;
  max-width: 175px;
}

.event-header__backgroundImage {
  position: absolute;
  width: 1090px;
  top: 0px;
  left: 0px;
}

.event-header__additional {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: auto;
}

.event-header__additional-settings {
  width: auto;
}

.event-header__additional-settings a {
  height: 14px;
  line-height: 14px;
  float: right;
  font-weight: normal;
  margin-left: 10px;
  font-size: 14px;
  color: #FFF;
}

.event-header__additional-settings a .icon {
  font-size: 14px;
}

.event-header__additional-statistics {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 14px;
  margin-right: 3px;
}

.event-header__additional-statistics .rating {
  margin-left: 10px;
}

.event-header__additional-statistics .rating i {
  color: #fff;
}

.event-header__additional-statistics .rating i.blank {
  color: #c0c0c0;
}

.connected-events {
  margin-top: 18px;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .connected-events {
    padding: 0 10px;
  }
}

.connected-events a {
  font-size: 14px;
  padding-right: 7px;
}

.connected-events .separator {
  padding-right: 7px;
  color: #eeeeee;
}

.connected-events .separator:last-of-type {
  display: none;
}

.event-days-navigation {
  padding: 10px 0 15px 0;
}

.event-days-navigation__day {
  display: inline-block;
}

.event-days-navigation__day.active a,
.event-days-navigation__day:hover a {
  color: #395685;
  border-bottom: 2px solid #395685;
  text-decoration: none;
  font-weight: 700;
}

.event-days-navigation__day a {
  width: 120px;
  font-size: 14px;
  text-transform: uppercase;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
  font-weight: 400;
  border-bottom: 2px solid #E6E6E6;
  color: #A9A9A9;
  transition: all ease-out 0.15s;
}

.event-days-navigation__day a:focus {
  text-decoration: none;
}

.study-plan-user-view .event-agenda {
  display: block !important;
}

.event-upcoming {
  padding: 0;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .event-upcoming {
    text-align: left;
    padding: 0 10px;
  }
}

.event-upcoming__days-left {
  color: #7DA2DC;
  font-size: 15px;
  font-weight: bold;
  padding: 18px 10px 0 0;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
}

.event-upcoming .event-registration__button {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #7DA2DC;
  padding: 0 15px;
  cursor: pointer;
  transition: all linear 0.1s;
  margin-top: 10px;
}

.event-upcoming .event-registration__button:hover {
  text-decoration: none;
  background-color: #5585d2;
  color: #FFF;
}

.event-upcoming .event-registration__button:focus {
  text-decoration: none;
}

.event-content {
  font-family: Arial;
  color: #333333;
}

.event-content .tracks-list .content-searcher__input {
  font-size: 13px;
  line-height: 24px;
  width: 80%;
  display: inline-block;
}

.event-content .tracks-list__items .track-item > div {
  display: inline-block;
}

.event-content .tracks-list__items .track-item-title {
  padding: 0 10px 5px 10px;
  width: 65%;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  overflow: hidden;
}

.event-content .tracks-list__items .track-item-controls {
  width: 30%;
  float: right !important;
  position: relative;
}

.event-content .tracks-list__items .track-item-controls__remove-link {
  color: red;
  padding: 3px 5px;
  text-decoration: none;
}

.event-content .tracks-list__items .track-item-controls__remove-link:hover {
  background-color: #e0e4ef;
}

.event-content .exams-list {
  margin: 0 0 10px 0;
}

.event-content .exams-list__headers {
  padding: 8px 10px 1px 10px;
  height: 25px;
  color: #b2b2b2;
}

.event-content .exams-list__headers .exams-list-header {
  display: inline-block;
  text-align: center;
}

.event-content .exams-list__headers .exams-list-header--title {
  width: 50%;
  text-align: left;
}

.event-content .exams-list__headers .exams-list-header--questions {
  width: 10%;
}

.event-content .exams-list__headers .exams-list-header--score {
  width: 10%;
}

.event-content .exams-list__headers .exams-list-header--controls {
  float: right;
  width: 25%;
}

.event-content .exams-list__items .exam-item {
  height: 50px;
  width: 100%;
}

.event-content .exams-list__items .exam-item > div {
  float: left;
  display: inline-block;
}

.event-content .exams-list__items .exam-item-title {
  height: 50px;
  padding: 12px 8px 0 10px;
  width: 50%;
}

.event-content .exams-list__items .exam-item-title-name {
  font-size: 14px;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
  height: 17px;
}

.event-content .exams-list__items .exam-item-title-code {
  font-size: 11px;
  color: #9b9a9c;
}

.event-content .exams-list__items .exam-item-questions {
  width: 10%;
  text-align: center;
  line-height: 50px;
  font-size: 13px;
}

.event-content .exams-list__items .exam-item-score {
  width: 10%;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  font-weight: bold;
}

.event-content .exams-list__items .exam-item-controls {
  height: 50px;
  width: 30%;
  float: right !important;
  line-height: 50px;
  position: relative;
}

.event-content .exams-list__items .exam-item-controls__button {
  padding-left: 50px;
  color: #FFF;
  background-color: #99da8a;
  background-image: url(/images/testmaster/test_start.png);
  background-repeat: no-repeat;
  background-position: 8px 8px;
  width: 150px;
  display: inline-block;
  font-size: 18px;
  float: right;
}

.event-content .exams-list__items .exam-item-controls__button--review {
  background-image: url(/images/testmaster/test_review.png);
  background-position: 13px 12px;
  background-color: #f9f9f9;
  color: #7da2dd !important;
}

.event-content .exams-list__items .exam-item-controls__button--review:hover {
  background-color: #f3f3f3 !important;
}

.event-content .exams-list__items .exam-item-controls__button:hover,
.event-content .exams-list__items .exam-item-controls__buttonfocus {
  text-decoration: none;
  background-color: #8dc480;
}

.event-content .exams-list__items .exam-item-controls__remove-link {
  background-image: url(/images/cancel_button_icon.png);
  background-repeat: no-repeat;
  background-position: 50%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  display: none;
}

.event-content .exams-list__items .exam-item-controls__remove-link:hover {
  background-color: #e0e4ef;
}

.event-content .exams-list__items .exam-item:hover {
  background-color: #f8f8f8;
}

.event-content .exams-list__items .exam-item:hover .exam-item-controls__remove-link {
  display: block;
}

.event-content .event-registration__button {
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #FFF;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 2px;
  background-color: #7DA2DC;
  padding: 0 15px;
  float: right;
  cursor: pointer;
  transition: all linear 0.1s;
  margin-top: 10px;
}

.event-content .event-registration__button:hover {
  text-decoration: none;
  background-color: #5585d2;
  color: #FFF;
}

.event-content .event-registration__button:focus {
  text-decoration: none;
}

.event-content__agenda-content {
  margin-bottom: 20px;
}

.event-content__attendees-filter,
.event-content__videos-filter,
.event-content__cases-filter,
.event-content__documents-filter {
  padding: 10px 0 20px 0;
}

@media only screen and (max-width: 599px) {
  .event-content__attendees-filter,
  .event-content__videos-filter,
  .event-content__cases-filter,
  .event-content__documents-filter {
    padding: 0 10px 20px 10px;
  }
}

.event-content__filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  width: 85%;
}

.event-content__filter-section__label {
  color: #878787;
  font-size: 14px;
  margin-right: 10px;
  min-width: 110px;
}

.event-content__filter-section__select,
.event-content__filter-section__user-select select {
  width: 100%;
}

.event-content__videos-session-filter option:disabled {
  font-weight: bold;
}

.event-content__attendees-list {
  margin: 0 -10px;
}

@media only screen and (max-width: 599px) {
  .event-content__attendees-list {
    margin: 0 10px;
  }
}

.event-content__filter-title {
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 15px;
  color: #878787;
  float: left;
}

.event-content__filter-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding-top: 3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 599px) {
  .event-content__filter-tabs {
    float: none;
    padding-bottom: 10px;
    max-width: 100%;
  }
}

.event-content__filter-tabs .documents-filter-tag,
.event-content__filter-tabs .video-filter-tag {
  border-bottom: 2px solid;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  opacity: 0.6;
  border-color: #dddddd;
}

.event-content__filter-tabs .documents-filter-tag:hover,
.event-content__filter-tabs .video-filter-tag:hover {
  opacity: 1;
  background-color: #f9f9f9;
}

.event-content__filter-tabs .documents-filter-tag.selected,
.event-content__filter-tabs .video-filter-tag.selected {
  border-color: inherit !important;
  opacity: 1;
}

.event-content__filter-tabs .documents-filter-tag--default.selected,
.event-content__filter-tabs .video-filter-tag--default.selected {
  color: #395685;
  border-bottom: 2px solid #395685;
}

.event-content__search {
  position: relative;
  float: right;
}

@media only screen and (max-width: 599px) {
  .event-content__search {
    float: none;
  }
}

.event-content__search .icon {
  position: absolute;
  top: 8px;
  right: 10px;
  color: #A4A4A4;
  font-size: 14px;
}

.event-content__search-results-count {
  color: #A4A4A4;
  margin-right: 10px;
  font-size: 14px;
  width: 120px;
  text-align: right;
}

.event-content__search-results-count.invisible {
  visibility: hidden;
}

.event-content__search-field {
  height: 30px;
  width: 240px;
  padding: 0 30px 0 10px;
  box-sizing: border-box;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  color: #A4A4A4;
  font-size: 14px;
  transition: 0.2s ease border;
}

.event-content__search-field:focus {
  border: 1px solid #c7c7c7;
}

.event-content__search-field::-webkit-input-placeholder {
  color: #A4A4A4;
}

.event-content__search-field::-moz-placeholder {
  color: #A4A4A4;
}

.event-content__search-field:-ms-input-placeholder {
  color: #A4A4A4;
}

.event-content__search-field::placeholder {
  color: #A4A4A4;
}

@media only screen and (max-width: 599px) {
  .event-content__search-field {
    width: 100%;
  }
}

.event-content--overview > .row {
  margin-bottom: 30px;
}

.event-content--overview > .row .col-md-12 {
  padding: 0;
}

.event-content .dashboardItem--hidden {
  display: none !important;
}

.event-content h3 {
  font-size: 12px;
  color: #878787;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.event-content p {
  display: block;
  line-height: 21px;
  color: #333;
  font-size: 14px;
}

.event-content .location {
  line-height: 21px;
  display: inline-block;
}

.event-content .location a {
  font-weight: bold;
  color: #7DA2DC;
}

.event-content .description {
  line-height: 24px;
}

.event-content .description h3 {
  margin-bottom: 5px;
}

.event-content .location-full {
  font-size: 14px;
  line-height: 24px;
}

.event-content .location-full .map {
  margin-top: 10px;
  border-radius: 1px;
}

.event-content .location-full .map iframe {
  width: 100%;
  height: 100%;
}

.event-content .chairs .chair {
  width: 50%;
  max-width: 510px;
  min-width: 400px;
  float: left;
  margin-bottom: 10px;
  margin-top: 15px;
}

@media only screen and (max-width: 599px) {
  .event-content .chairs .chair {
    width: 100%;
    min-width: auto;
  }
}

.event-content .chairs .chair:nth-child(odd) {
  clear: left;
}

.event-content .chairs .chair__info {
  padding: 0 15px;
  margin-left: 120px;
}

@media only screen and (max-width: 599px) {
  .event-content .chairs .chair__info {
    margin-left: 80px;
  }
}

.event-content .chairs .chair__info__name {
  font-size: 18px;
  line-height: 24px;
  color: #7DA2DC;
  transition: color 0.2s ease;
}

.event-content .chairs .chair__info__name:hover {
  color: #6a89bb;
  text-decoration: none;
}

.event-content .chairs .chair__info__specialty {
  margin-top: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #333333;
}

.event-content .chairs .chair__info__location {
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .event-content .chairs .chair__info__location {
    line-height: 1.2;
  }
}

.event-content .chairs .chair__image {
  width: 120px;
  height: 120px;
  overflow: hidden;
  float: left;
  border-radius: 1px;
}

@media only screen and (max-width: 599px) {
  .event-content .chairs .chair__image {
    width: 80px;
    height: 80px;
  }
}

.event-content .chairs .chair__image img {
  width: 100%;
}

.event-content .speakers {
  margin-bottom: 35px;
}

.event-content .speakers-list {
  margin-bottom: 0px;
}

.event-content .speakers .speaker {
  width: 170px;
  float: left;
  height: 60px;
  margin-top: 15px;
}

.event-content .speakers .speaker__image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  border-radius: 1px;
}

.event-content .speakers .speaker__image img {
  width: 50px;
}

.event-content .speakers .speaker__info {
  margin-left: 50px;
  padding: 0 10px;
}

.event-content .speakers .speaker__info__name {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.event-content .speakers .speaker__info__location {
  max-height: 28px;
  margin-top: 5px;
  color: #878787;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
}

.view-meeting__meeting-content {
  margin: 20px 0;
}

.view-meeting .event-content__videos-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-meeting .event-content__filter-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.view-meeting .event-content__videos-filter .event-content__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
}

.content-searcher {
  position: relative;
}

.content-searcher__input {
  width: 100%;
  padding: 2px 4px;
}

.content-searcher__results {
  position: absolute;
  background-color: #FFF;
  max-height: 150px;
  min-width: 50%;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #ececec;
  display: none;
}

.content-searcher__results a {
  display: block;
  height: 18px;
  line-height: 18px;
  padding-left: 3px;
  color: #8596B3;
}

.content-searcher__results a:hover,
.content-searcher__results a:focus {
  background-color: #eee;
  text-decoration: none;
}

.addContentButton {
  position: absolute;
  top: 0;
  right: 0;
}

.addContentButton .ortho-button {
  padding: 0 20px;
}

@media (max-width: 600px) {
  .event-content--overview {
    padding: 20px;
  }
}

.timeslots-items-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
  .timeslots-items-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.timeslots-items__item--time {
  -ms-flex-preferred-size: 11%;
  flex-basis: 11%;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--time {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.timeslots-items__item--type {
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--type {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.timeslots-items__item--label {
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

@media only screen and (max-width: 1023px) {
  .timeslots-items__item--label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--label {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.timeslots-items__item--search {
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1023px) {
  .timeslots-items__item--search {
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--search {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.timeslots-items__item--add {
  padding-top: 28px;
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1023px) {
  .timeslots-items__item--add {
    -ms-flex-preferred-size: 12%;
    flex-basis: 12%;
  }
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--add {
    padding-top: 0px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}

.timeslots-items__item--remove {
  padding-top: 28px;
  -ms-flex-preferred-size: 4%;
  flex-basis: 4%;
  text-align: right;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item--remove {
    padding-top: 10px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    text-align: center;
  }
}

.timeslots-items__item-remove.timeslots-items__item-remove {
  display: inline-block;
  font-size: 16px;
  padding: 7px 5px;
  border: none;
  background-color: transparent;
  transition: color 0.2s ease;
  color: #8f8d90;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item-remove.timeslots-items__item-remove {
    width: 100%;
    height: 30px;
    display: block;
    background-color: #dd5f5f;
    color: #FFFFFF;
  }
}

.timeslots-items__item-remove.timeslots-items__item-remove:hover,
.timeslots-items__item-remove.timeslots-items__item-remove:focus {
  text-decoration: none;
  color: #484848;
}

.timeslots-items__item-add.timeslots-items__item-add {
  display: inline-block;
  padding: 3px 5px;
  border: none;
  background-color: transparent;
  font-size: 13px;
  color: #8f8d90;
  transition: color 0.2s ease;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item-add.timeslots-items__item-add {
    height: 30px;
    width: 100%;
    line-height: 26px;
    display: block;
    margin-top: 10px;
    background-color: #5a7aaf;
    color: #FFFFFF;
    text-align: center;
  }
}

.timeslots-items__item-add.timeslots-items__item-add i {
  position: relative;
  top: 3px;
  font-size: 18px;
}

.timeslots-items__item-add.timeslots-items__item-add:hover,
.timeslots-items__item-add.timeslots-items__item-add:focus {
  text-decoration: none;
  color: #484848;
}

.timeslots-items__item-wrapper {
  padding: 10px 15px 10px 15px;
}

@media only screen and (max-width: 599px) {
  .timeslots-items__item-wrapper {
    padding: 10px;
  }
}

.timeslots-items__item-wrapper .ortho-editor-md {
  padding: 0;
}

.timeslots-items + .timeslots-items {
  padding-top: 20px;
}

.calculator__header {
  padding-bottom: 5px;
  padding-right: 4px;
}

.calculator__input {
  width: 100%;
  height: 50px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  text-align: right;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 26px;
  transition: border 0.2s ease;
}

.calculator__input:focus {
  border: 1px solid #bcbcbc;
  outline: none;
}

.calculator__input::-ms-clear {
  display: none;
}

.calculator__buttons {
  margin: 0 -5px;
}

.calculator__button {
  display: inline-block;
  width: 90px;
  height: 45px;
  margin: 5px;
  background: linear-gradient(#f5f5f5, #f1f1f1);
  border: 1px solid #e0e0e0;
  color: #535453;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: box-shadow 0.2s ease, border 0.2s ease;
  box-shadow: 0 0 0 #ffffff;
  border-radius: 3px;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .calculator__button {
    width: 52px;
  }
}

.calculator__button:hover {
  box-shadow: 0 1px 3px #bcbcbc;
  border: 1px solid #bcbcbc;
}

.calculator__button:focus {
  outline: none;
  box-shadow: 0 1px 3px #bcbcbc;
  border: 1px solid #bcbcbc;
}

.calculator__button::-moz-focus-inner {
  border: none;
}

.calculator__button--dark {
  background: linear-gradient(#d6d6d6, #d0d0d0);
}

.calculator__button--blue {
  color: #ffffff;
  background: linear-gradient(#488dfb, #4688ed);
}

.calculator__button--big {
  font-size: 24px;
}

.calculator__additional-info {
  min-height: 20px;
  font-size: 14px;
  text-align: right;
}

.calculator__additional-text {
  display: inline-block;
  transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  opacity: 1;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.calculator__additional-text--active {
  opacity: 0;
  -webkit-transform: scale(1.5) translateY(30px);
  transform: scale(1.5) translateY(30px);
}

.topic-bullets-section,
.topic-bullets-editor {
  font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
  color: #000;
  /*
	table td[valign="top"] {
		vertical-align: top;
	}

	table[cellspacing="0"] {
		border-spacing: 0;
	}

	table[align="center"] {
		margin: 0 auto;
	}

	table[border="1"],
	table[border="1"] tr td {
		border: 1px solid #f4f4f4 !important;
	}

	table[bordercolor="#dfeafb"],
	table[bordercolor="#dfeafb"] tr td {
		border-color: #dfeafb !important;
	}

	table[bordercolor="#ccccff"],
	table[bordercolor="#CCCCFF"],
	table[bordercolor="#ccccff"] tr td,
	table[bordercolor="#CCCCFF"] tr td {
		border-color: #ccccff;
	}

	table table ul {
		padding-left: 20px;
	}
*/
  /*
	table {
		font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
		color: #000;
	}

	table *[style*="color: #0000cc;"],
	table *[style*="color: #0606bd;"],
	table *[style*="color: #0000ff;"] {
		color: #1b56b2 !important;
	}
	table a {
		font: 16px / 1.3 "Arial", "Helvetica-Neue", "Helvetica", sans-serif;
	}
	*/
}

.topic-bullets-section .section,
.topic-bullets-editor .section {
  margin: 0;
}

.topic-bullets-section ul.section,
.topic-bullets-editor ul.section {
  margin-bottom: 16px;
}

.topic-bullets-section ul.section li.bullet_level_0 > .context,
.topic-bullets-editor ul.section li.bullet_level_0 > .context {
  padding: 5px;
  background-color: #f4f4f4;
  font-weight: bold;
  margin-bottom: 16px;
}

.topic-bullets-section ul.section li .links,
.topic-bullets-editor ul.section li .links {
  display: inline-block;
}

.topic-bullets-section ul ul,
.topic-bullets-editor ul ul {
  padding-left: 40px;
  list-style: disc;
}

@media only screen and (max-width: 599px) {
  .topic-bullets-section ul ul,
  .topic-bullets-editor ul ul {
    padding: 0 0 0 25px;
  }
}

.topic-bullets-section ul ul ul,
.topic-bullets-editor ul ul ul {
  list-style: circle;
  margin: 0;
}

@media only screen and (max-width: 599px) {
  .topic-bullets-section ul ul ul,
  .topic-bullets-editor ul ul ul {
    padding-left: 10px;
  }
}

.topic-bullets-section ul ul ul ul,
.topic-bullets-editor ul ul ul ul {
  list-style: square;
}

.topic-bullets-section strong,
.topic-bullets-editor strong {
  color: #1b56b2;
}

.topic-bullets-section span.em1,
.topic-bullets-editor span.em1 {
  color: #1b56b2;
}

.topic-bullets-section table,
.topic-bullets-editor table {
  border-color: #dfeafb;
  border-width: 1px;
  border-collapse: separate;
  border-style: solid;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.topic-bullets-section table > tbody > tr:first-child td,
.topic-bullets-editor table > tbody > tr:first-child td {
  padding: 5px;
  vertical-align: middle;
  background-color: #dfeafb;
}

.topic-bullets-section table td,
.topic-bullets-editor table td {
  padding: 1px;
  vertical-align: middle;
  border-color: #dfeafb;
  border-width: 1px;
  border-collapse: separate;
  border-style: solid;
}

.topic-bullets-section table p,
.topic-bullets-editor table p {
  margin: 16px 0;
}

.topic-bullets-editor a.level-label {
  zoom: 0.5;
}

.topic-bullets-editor .question-edit span,
.topic-bullets-editor .image-edit span,
.topic-bullets-editor .video-edit span,
.topic-bullets-editor .topic-edit span {
  display: block;
}

.topic-bullets-editor ul li .links {
  margin-left: 3px;
}

.tbe-bullets_action_tools {
  float: right;
}

.tbe-bullets_action_tools select {
  line-height: 18px;
  height: 18px;
  width: 20px;
}

.tbe-bullets_action_buttons {
  display: inline-block;
  margin-left: 10px;
}

.tbe-bullets_action_buttons span {
  display: inline-block !important;
}

.tbe-bullets_action_buttons span:hover {
  border: 1px solid;
}

/*#tinymce.mceContentBody {
    background-color: #FFFFFF !important;
    margin: 8px;

    ol, ul {
        list-style: initial;
        padding-left: 40px;
    }

    table {
        margin: 0 auto;
    }

    td {
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
    }
}*/

.content-header {
  padding-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .content-header {
    padding: 35px 10px 0 10px;
  }
}

.content-header__tools {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}

@media only screen and (max-width: 599px) {
  .content-header__tools {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .content-header__tools--with-notes {
    right: 50px;
  }
}

.content-header__tools .play-podcast-button {
  margin-right: 10px;
}

.content-header__nav {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}

.content-header__progress-list {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 10px;
}

@media only screen and (max-width: 599px) {
  .content-header__progress-list {
    padding-right: 0;
  }
}

.content-header__separated-list {
  display: inline-block;
  line-height: 1.5;
}

.content-header__separated-list--cases {
  padding-top: 5px;
}

.content-header__separated-list .separated-list__item {
  font-size: 12px;
}

.content-header__separated-list .abstractLink {
  display: none;
}

.content-header__title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}

.content-header__title h1 {
  font-size: 27px;
  font-weight: 700;
  padding-top: 5px;
}

.content-header__title--notifications {
  padding-top: 10px;
}

@media only screen and (max-width: 599px) {
  .content-header__title {
    font-size: 20px;
  }
}

.content-header__podcast-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
}

.content-header__additional-tools {
  padding-left: 10px;
  margin-left: -10px;
  font-size: 0;
  position: relative;
  overflow: hidden;
}

.content-header__additional-tools:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background: linear-gradient(to right, transparent, #FFFFFF);
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.content-header__additional-tools--narrow:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.content-header__additional-tools--full {
  margin-top: -10px;
}

@media only screen and (max-width: 599px) {
  .content-header__additional-tools--full {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.content-header__additional-tools--evidence {
  padding-left: 0;
  margin-left: 0;
}

.content-header__authors {
  padding-bottom: 10px;
}

.content-header__buttons {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-size: 0;
  padding-bottom: 12px;
}

@media only screen and (max-width: 599px) {
  .content-header__buttons {
    display: block;
    text-align: left;
  }
}

.content-header__buttons--full {
  padding-top: 12px;
}

.content-header__edit {
  font-size: 20px;
  color: #32cd32;
  transition: 0.2s;
  vertical-align: top;
}

.content-header__edit:hover {
  color: #218521;
  text-decoration: none;
}

.content-header__image-section {
  max-width: 80px;
  padding-right: 15px;
  margin-bottom: 12px;
  float: left;
}

.content-header__image-wrapper {
  position: relative;
}

.content-header__image {
  width: 80px;
  height: 105px;
}

@media only screen and (max-width: 599px) {
  .content-header__image {
    width: 60px;
    height: 80px;
  }
}

.content-header__content-section {
  float: left;
}

.content-header__block {
  display: inline-block;
  padding: 10px 15px 7px 15px;
  margin-bottom: 12px;
  font-size: 16px;
  border: 1px solid #FDD16B;
  background-color: #FFF0CF;
}

@media only screen and (max-width: 1023px) {
  .content-header__block {
    margin-bottom: 12px;
  }
}

.content-header__block + .content-header__question-block {
  padding-left: 15px;
}

@media only screen and (max-width: 599px) {
  .content-header__block + .content-header__question-block {
    padding-left: 0;
  }
}

.content-header__question-block {
  display: inline-block;
  padding: 3px 1px;
  color: #333;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .content-header__question-block {
    display: block;
    padding-bottom: 10px;
  }
}

.content-header__question-block .icon {
  position: relative;
  top: -1px;
  vertical-align: top;
  color: #7DA2DC;
}

.content-header__question-block .icon + .icon {
  margin-left: 5px;
}

@media only screen and (max-width: 599px) {
  .content-header__icon-hint {
    position: relative;
    top: -1px;
  }
}

.content-header__level-label {
  margin-top: 3px;
}

.content-header__additional-info {
  min-height: 30px;
}

@media only screen and (max-width: 599px) {
  .content-header__additional-info {
    min-height: auto;
    padding: 5px 0;
  }
}

.content-header__qtip-notification {
  max-width: 400px;
}

.content-header__additional-tools-wrapper {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 599px) {
  .content-header__additional-tools-wrapper {
    display: block;
  }
}

.content-header__additional-tools-wrapper--techniques {
  padding-bottom: 12px;
}

@media only screen and (max-width: 1023px) {
  .content-header__additional-tools-wrapper--techniques {
    padding-bottom: 0;
  }
}

.content-header__additional-tools-wrapper--techniques .author-card {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .content-header__additional-tools-wrapper--techniques .author-card {
    margin-bottom: 10px;
  }
}

.content-header__additional-tools-wrapper--techniques .sponsor-logo {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .content-header__additional-tools-wrapper--techniques .sponsor-logo {
    margin-bottom: 10px;
  }
}

.content-header__additional-tools-wrapper--techniques .content-header__buttons {
  padding-bottom: 0;
}

.content-header__additional-tools-wrapper--techniques .content-header__buttons--full {
  padding-top: 0;
}

.content-header__section-authors {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 599px) {
  .content-header__section-authors {
    display: block;
  }
}

.content-header__button-register {
  padding: 3px 7px;
  margin-left: 5px;
  background-color: #7DA2DC;
  border-radius: 2px;
  color: #FFF;
  transition: background-color 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
}

@media only screen and (max-width: 599px) {
  .content-header__button-register {
    margin-left: 0;
  }
}

.content-header__button-register:hover,
.content-header__button-register:focus {
  background-color: #5585d2;
  text-decoration: none;
  color: #FFFFFF;
}

.content-header__left-days {
  margin-left: 5px;
  color: #7DA2DC;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .content-header__register-section {
    display: block;
    padding: 5px 0px 20px 0;
  }
}

.events-management {
  padding: 20px 0;
  position: relative;
}

.events-management__total {
  color: #878787;
  font-size: 14px;
  margin-top: 10px;
}

.events-management__create-event-button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #79c969;
  border: 0;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  max-height: 34px;
  margin-left: 15px;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 20px;
}

.events-management__create-event-button:hover {
  background-color: #56AA59;
  color: #fff;
  text-decoration: none;
}

.events-management__events-list {
  margin-top: 30px;
}

.events-management__events-item {
  border-bottom: 1px solid #EAEAEA;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 10px;
}

.events-management__events-item:hover {
  background-color: #F1F9FF;
}

.events-management__events-item:hover .events-management__events-item-delete {
  visibility: visible;
}

.events-management__events-item-data {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}

.events-management__events-item-logo {
  height: 60px;
  margin-right: 15px;
  width: 60px;
}

.events-management__events-item-logo img {
  width: 100%;
  height: 100%;
}

.events-management__events-item-logo--bordered {
  border: 5px solid #fff;
  border-radius: 30px;
}

.events-management__events-item-text {
  margin-right: 10px;
}

.events-management__events-item-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}

.events-management__events-item-description {
  color: #9f9f9f;
  margin-bottom: 15px;
}

.events-management__events-item-delete {
  display: inline-block;
  padding: 0 5px;
  color: #85a8df;
  visibility: hidden;
  font-size: 14px;
  text-align: center;
}

.events-management__events-item-delete:hover {
  color: #85a8df;
  text-decoration: none;
}

.sponsor-popup {
  height: 0;
  max-width: 360px;
  font-size: 12px;
}

.sponsor-popup__main-wrapper {
  padding: 10px;
}

.sponsor-popup__img-wrapper {
  float: left;
  width: 95px;
  height: 95px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.sponsor-popup__content {
  padding-left: 15px;
  overflow: hidden;
}

.sponsor-popup__name {
  padding-bottom: 3px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
}

.sponsor-popup__text {
  padding-top: 5px;
}

.sponsor-popup__important {
  padding: 7px;
  margin: 0 -1px -1px -1px;
  text-align: center;
  background-color: #003660;
  color: #FFFFFF;
  line-height: 1.3;
}

.sponsor-popup__qtip {
  border: 1px solid #C0C0C0;
  box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.2);
  background-color: #FFFFFF;
}

.sponsor-popup__qtip .qtip-content {
  min-width: 360px;
  min-height: 115px;
  padding: 0;
  overflow: visible;
}

.sponsor-popup--without-image .sponsor-popup__img-wrapper {
  display: none;
}

.sponsor-popup--without-image .sponsor-popup__content {
  padding-left: 0;
}

.dashboard-item {
  position: relative;
}

.dashboard-item__progress-arc-double {
  position: relative;
  top: -3px;
  z-index: 1;
  margin-top: -3px;
  margin-bottom: -9px;
}

.dashboard-item__level-label {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 10px;
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__level-label {
    margin-bottom: 10px;
  }
}

.dashboard-item__matches-number {
  color: #BABABA;
  margin-top: 10px;
  font-size: 12px;
}

.dashboard-item__link {
  position: relative;
  display: block;
  padding: 15px;
  box-sizing: border-box;
  color: #333333;
  transition: background-color 0.2s ease;
  overflow: hidden;
}

.dashboard-item__link:hover,
.dashboard-item__link:focus {
  text-decoration: none;
  background-color: #F9F9F9;
}

.dashboard-item__link:hover .pass-peak-dashboard-item,
.dashboard-item__link:focus .pass-peak-dashboard-item {
  background-color: #FFFFFF;
}

.dashboard-item__link:hover .pass-peak-topic-infographic__arrow,
.dashboard-item__link:focus .pass-peak-topic-infographic__arrow {
  border-color: #F9F9F9;
}

.dashboard-item__link:hover .dashboard-item__delete,
.dashboard-item__link:focus .dashboard-item__delete {
  opacity: 1;
  visibility: visible;
}

.dashboard-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  color: #333333;
}

.dashboard-item__image {
  height: 120px;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .dashboard-item__image {
    display: none;
  }
}

.dashboard-item__image-icons {
  position: absolute;
  bottom: 5px;
  right: 5px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  padding: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 1px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__image-icons {
    display: none;
  }
}

.dashboard-item__notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 25px;
  padding: 3px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 10px;
  z-index: 100;
}

@media only screen and (max-width: 599px) {
  .dashboard-item__notification {
    min-height: 35px;
    font-size: 14px;
  }
}

.dashboard-item__notification--peak {
  background-color: #395685;
}

.dashboard-item__notification--login {
  background-color: #39B1EB;
}

.dashboard-item__notification--blocked {
  background-color: #DC605F;
  z-index: 100;
}

.dashboard-item__notification--expiredlicense {
  background-color: #ECBA49;
  z-index: 100;
}

.dashboard-item__notification .icon {
  padding-right: 2px;
}

.dashboard-item__notification .icon-peak {
  font-size: 12px;
}

.dashboard-item__mobile-image {
  position: relative;
  display: none;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .dashboard-item__mobile-image {
    display: block;
  }
}

@media only screen and (max-width: 599px) {
  .dashboard-item__mobile-image--without-picture {
    display: none;
  }
}

.dashboard-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 2px 10px 2px 15px;
  /*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            max-width: 500px;
        }*/
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__content {
    display: block;
    padding: 2px 0 2px 15px;
  }
}

@media only screen and (max-width: 599px) {
  .dashboard-item__content {
    padding: 2px 0;
  }
}

.dashboard-item__main-info {
  min-width: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.dashboard-item__additional-info {
  position: relative;
  padding: 3px 0;
  text-align: right;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__additional-info {
    position: static;
    text-align: left;
  }
}

.dashboard-item__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.dashboard-item__controls--label {
  background-color: rgba(253, 209, 107, 0.4);
  border: 1px solid #fdd16b;
  border-radius: 2px;
  padding: 7px 10px;
  font-size: 14px;
}

.dashboard-item__controls--button {
  background-color: #7DA2DC;
  color: #fff;
  padding: 10px;
}

.dashboard-item__controls--button:hover {
  background-color: #6F90C3;
}

.dashboard-item__trackers {
  position: relative;
  text-align: right;
  z-index: 1;
}

.dashboard-item__trackers--tg {
  min-height: 115px;
}

.dashboard-item__trackers--tg .pass-peak-dashboard-item-place-holder .pass-peak-dashboard-item__tracker {
  width: 95px;
}

.dashboard-item__trackers--peak {
  padding-left: 15px;
}

.dashboard-item__image-wrapper {
  position: relative;
  width: 180px;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__image-wrapper {
    width: 160px;
  }
}

@media only screen and (max-width: 599px) {
  .dashboard-item__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
  }
}

.dashboard-item__item-logo {
  margin: 20px 0 10px 0;
  font-size: 40px;
}

.dashboard-item__image-wings {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  background-image: url(/images/Vc_wings_logo.png);
  background-color: rgba(14, 184, 221, 0.7);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 95% 50%;
}

.dashboard-item__header {
  padding-bottom: 10px;
  font-size: 12px;
  color: #BABABA;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dashboard-item__header {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__header {
    box-sizing: border-box;
    min-height: 25px;
    padding-right: 100px;
  }
}

.dashboard-item__header-item {
  display: inline-block;
  vertical-align: middle;
}

.dashboard-item__header-item--link {
  transition: color 0.2s ease;
  color: #7DA2DC;
}

.dashboard-item__header-item--link:hover {
  color: #607ca8;
}

.dashboard-item__header-item + .dashboard-item__header-item {
  padding-left: 10px;
  margin-left: 5px;
  border-left: 1px solid #E6E6E6;
}

.dashboard-item__title {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__title {
    padding-bottom: 5px;
  }
}

.dashboard-item__title--peak {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 5px;
  text-align: center;
}

.dashboard-item__title--peak span {
  color: #39b1eb;
  font-weight: bolder;
}

.dashboard-item__title--normal {
  font-weight: normal;
}

.dashboard-item__title--with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-item__description {
  font-size: 13px;
  margin-bottom: 10px;
  max-width: 65%;
  overflow: hidden;
  text-overflow: hidden;
  white-space: nowrap;
}

.dashboard-item__authors {
  padding-bottom: 10px;
  font-size: 0;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__authors {
    padding-bottom: 10px;
  }
}

.dashboard-item__authors .qtiplink {
  display: inline-block;
  margin-right: 6px;
  border-right: 1px solid #e6e6e6;
  color: #7DA2DC;
  font-size: 12px;
  padding-right: 5px;
}

.dashboard-item__authors .qtiplink:hover {
  color: #607ca8;
}

.dashboard-item__authors .qtiplink:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.dashboard-item__technique-description {
  font-size: 12px;
}

.dashboard-item__technique-icon {
  padding-bottom: 6px;
  font-size: 54px;
  color: #BABABA;
}

.dashboard-item__technique-logo {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 1px;
  color: #BABABA;
  background-color: #F9F9F9;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__technique-logo {
    width: 70px;
  }
}

.dashboard-item__technique-logo-wrapper {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard-item__date {
  min-width: 100px;
  padding-bottom: 15px;
  color: #BABABA;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__date {
    position: absolute;
    top: 3px;
    right: 20px;
    padding: 0;
    text-align: right;
  }
}

.dashboard-item__views {
  padding-bottom: 15px;
  color: #BABABA;
  font-size: 12px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__views {
    padding: 0 0 5px 0;
  }
}

.dashboard-item__delete {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 5px 3px 6px;
  border: none;
  background-color: #7DA2DC;
  color: #ffffff;
  z-index: 1;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}

.dashboard-item__rating {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 90px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__rating {
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.dashboard-item__breadcrumbs {
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__breadcrumbs {
    padding-bottom: 3px;
  }
}

.dashboard-item__labels {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.dashboard-item__evidence-type {
  color: #fff;
  padding: 4px 5px 3px 5px;
  margin-bottom: 5px;
  font-size: 10px;
  text-transform: uppercase;
}

.dashboard-item__evidence-type.critical {
  background-color: #712112;
}

.dashboard-item__evidence-type.essential,
.dashboard-item__evidence-type.wla {
  background-color: #EFC3EF;
}

.dashboard-item__evidence-type.core {
  background-color: #AD26C1;
}

.dashboard-item__evidence-type.new {
  background-color: #58AB59;
}

.dashboard-item__evidence-type.tested {
  background-color: #6396E7;
}

.dashboard-item__evidence-type.other {
  display: none;
}

.dashboard-item__pdf {
  margin: 0 auto;
  padding-top: 5px;
  border: none;
  background-color: transparent;
  color: #dc5f5f;
  text-align: center;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.dashboard-item__pdf:hover {
  color: #b54f4f;
}

.dashboard-item__info {
  display: block;
  padding: 0;
  margin: 12px 0;
  color: #c0c0c0;
}

@media only screen and (max-width: 599px) {
  .dashboard-item__info {
    display: inline-block;
    padding-right: 15px;
  }
}

.dashboard-item__info-icon {
  padding-left: 2px;
  vertical-align: middle;
}

.dashboard-item__chart {
  padding-left: 10px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__chart {
    padding-top: 10px;
    padding-left: 0px;
  }
}

.dashboard-item__chart-img {
  display: block;
  margin-bottom: 10px;
}

.dashboard-item__chart-responses {
  color: #808080;
}

.dashboard-item__vote-btn {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 14px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item__vote-btn {
    display: none;
  }
}

.dashboard-item__question-block {
  padding-left: 15px;
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .dashboard-item__question-block {
    padding: 10px 0 5px 0;
  }
}

.dashboard-item__question-block .icon {
  position: relative;
  top: -1px;
  vertical-align: top;
  color: #7DA2DC;
}

@media only screen and (max-width: 1023px) {
  .dashboard-item .pass-peak-dashboard-item-place-holder {
    left: 100%;
    right: auto;
  }
}

.dashboard-item--technique .cpt-codes-value {
  cursor: pointer;
}

.dashboard-item--technique .icon-hint {
  width: 16px;
  height: 16px;
}

.dashboard-item--technique .icon-hint:after {
  right: 7px;
}

.dashboard-item--technique i.icon-file {
  top: 2px;
  font-size: 9px;
  padding-left: 4px;
}

.dashboard-item--question .dashboard-item__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-item--question .dashboard-item__item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  padding: 0;
  border-radius: 100%;
  font-size: 25px;
  color: #FFFFFF;
}

.dashboard-item--topic .dashboard-item__header {
  text-transform: uppercase;
}

.dashboard-item--topic .dashboard-item__image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard-item--topic-question .dashboard-item__image-wrapper {
  width: 120px;
}

.dashboard-item--evidence {
  background-size: contain;
}

.dashboard-item--evidence .dashboard-item__image {
  height: 110px;
  margin-bottom: 60px;
  min-width: 120px;
}

.dashboard-item--evidence .dashboard-item__image-wrapper {
  width: 85px;
  margin: 0 auto;
}

.dashboard-item--evidence .dashboard-item__item-logo {
  font-size: 30px;
}

.dashboard-item--evidence .dashboard-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  white-space: normal;
}

.dashboard-item--evidence .text-portion {
  border-right: 1px solid #BABABA;
  margin-right: 5px;
  padding-right: 5px;
  white-space: nowrap;
}

.dashboard-item--evidence .text-portion:last-child {
  max-width: 200px;
  border-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dashboard-item--evidence .qtiplink,
.dashboard-item--evidence .qtiplink:hover {
  color: #BABABA;
}

.dashboard-item--evidence .dashboard-item__additional-info {
  position: relative;
}

.dashboard-item--evidence .dashboard-item__vote-btn {
  position: absolute;
  bottom: 50px;
  right: 0;
}

.dashboard-item--evidence.dashboard-item--in-scope .dashboard-item__link:before {
  left: 30px;
}

@media only screen and (max-width: 599px) {
  .dashboard-item--evidence.dashboard-item--in-scope .dashboard-item__link:before {
    left: auto;
    right: 25px;
    top: 5px;
  }
}

.dashboard-item--evidence .dashboard-item__controls {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 599px) {
  .dashboard-item--evidence .dashboard-item__controls {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard-item--hidden {
  display: none;
}

.dashboard-item--in-scope .dashboard-item__link:before {
  content: url(/ux-svg/peak/target.svg);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5);
}

.dashboard-item + .dashboard-item {
  border-top: 1px solid #F3F3F3;
}

.pageWrapper:not(.hide-notes):not(.hide-sideMenu) .dashboard-item--evidence .text-portion:last-child {
  max-width: 60px;
}

.event-connections-list-item-data .dashboard-item__matches-number {
  margin: 0 0 15px 0;
}

.filter-box {
  width: 100%;
  background-color: #f9f9f9;
  padding: 15px;
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .filter-box {
    padding: 25px 10px 10px 10px;
  }
}

@media only screen and (max-width: 599px) {
  .filter-box__header {
    padding-top: 10px;
  }
}

.filter-box__anchor {
  position: relative;
  float: right;
  padding: 10px 25px 10px 15px;
  font-size: 14px;
  background-color: #f9f9f9;
  text-align: center;
  cursor: pointer;
  color: #333333;
  transition: color 0.2s ease;
}

.filter-box__anchor:hover {
  color: #989898;
}

.filter-box__anchor:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 15px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #878787;
}

.filter-box__anchor--close:after {
  border-top: 4px solid #878787;
  border-bottom: 4px solid transparent;
}

.filter-box__apply-quantity {
  float: right;
  display: inline-block;
  padding: 2px 10px;
  margin: 8px 10px;
  border-right: 1px solid #EAEAEA;
  font-size: 14px;
  color: #878787;
}

.filter-box__filters {
  padding-bottom: 20px;
}

@media only screen and (max-width: 599px) {
  .filter-box__filters {
    padding-bottom: 0px;
  }
}

.filter-box__filter {
  float: left;
  width: 25%;
  padding-left: 15px;
}

@media only screen and (max-width: 599px) {
  .filter-box__filter {
    width: 100%;
    margin-bottom: 10px;
  }
}

.filter-box__filter:first-child {
  padding-left: 0;
}

@media only screen and (max-width: 599px) {
  .filter-box__filter:first-child {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 599px) {
  .filter-box__filter:last-child {
    margin-bottom: 0px;
  }
}

.filter-box__filter-title {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  color: #878787;
  padding-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .filter-box__filter-title {
    display: inline-block;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 599px) {
  .filter-box__filter-title:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 3px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #878787;
  }
}

@media only screen and (max-width: 599px) {
  .filter-box__filter-title--close:after {
    border-bottom: 4px solid transparent;
    border-top: 4px solid #878787;
  }
}

.filter-box__items {
  height: 110px;
  overflow: hidden;
  padding-right: 5px;
  border-right: 1px solid #EAEAEA;
}

@media only screen and (max-width: 599px) {
  .filter-box__items {
    display: none;
    height: auto;
  }
}

.filter-box__item:first-child {
  padding-top: 2px;
}

.filter-box__item + .filter-box__item {
  padding-top: 5px;
}

.filter-box__buttons {
  position: relative;
  font-size: 0;
  text-align: right;
}

.filter-box__icon-x {
  font-size: 12px;
  padding-right: 5px;
}

.filter-box__icon-check {
  font-size: 10px;
}

.filter-box__icon-filter {
  position: relative;
  left: -3px;
  top: 2px;
  color: #878787;
}

.filter-box__ortho-button.ortho-button {
  min-height: 45px;
  line-height: 45px;
  padding: 0 30px;
}

.filter-box__ortho-button.ortho-button:focus {
  text-decoration: none;
}

.filter-box__result-quantity {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #878787;
}

@media only screen and (max-width: 599px) {
  .filter-box__result-quantity {
    position: static;
    -webkit-transform: none;
    transform: none;
    padding-bottom: 10px;
  }
}

.videoDropdownLists.groups {
  margin-top: 5px;
}

#advanced-search-link {
  background-color: transparent;
  color: #7da2dc;
  padding: 0 5px;
}

#advanced-search-link:hover {
  color: #6A90CC;
  text-decoration: underline;
}

.result-quantity {
  color: #878787;
  font-size: 14px;
  left: 35px;
  position: absolute;
  top: 310px;
}

@media only screen and (max-width: 599px) {
  .result-quantity {
    position: static;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
  }
}

.keyword-search-links {
  padding: 20px 0;
}

.keyword-search-links a,
.keyword-search-links a:hover,
.keyword-search-links a:active,
.keyword-search-links a:visited {
  border-bottom: 1.5px solid #EAEAEA;
  color: #c0c0c0;
  cursor: pointer;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
  padding: 0 10px 5px 10px;
}

.keyword-search-links a.selected {
  border-bottom: 1.5px solid #395685;
  color: #395685;
  font-weight: bold;
}

.keyword-search-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}

.keyword-search-tabs .keyword-search-tab {
  border-bottom: 1.5px solid #EAEAEA;
  color: #c0c0c0;
  cursor: pointer;
  font-size: 14px;
  margin-right: 8px;
  text-decoration: none;
  padding: 0 10px 5px 10px;
}

.keyword-search-tabs .keyword-search-tab.active {
  border-bottom: 1.5px solid #395685;
  color: #395685;
  font-weight: bold;
}

.group-items-list {
  padding: 0 10px;
}

.group-items-list__filter-tabs {
  padding: 20px 0;
}

.group-items-list__content {
  position: relative;
}

.group-items-list__paging {
  position: absolute;
  top: -35px;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .group-items-list__paging {
    position: relative;
    top: 0;
  }
}

.group-items-list__paging--technique {
  top: 130px;
  right: 8px;
}

@media only screen and (max-width: 1023px) {
  .group-items-list__paging--technique {
    top: 0;
  }
}

.group-items-list__paging--evidence {
  top: -50px;
}

@media only screen and (max-width: 1023px) {
  .group-items-list__paging--evidence {
    top: 0;
  }
}

.group-items-list__paging--case {
  bottom: 0;
  top: auto;
}

.group-items-list__paging--video {
  bottom: 0;
  top: auto;
}

.group-items-list__bottom-paging {
  margin: 50px 0 30px 0;
}

@media only screen and (max-width: 1023px) {
  .group-items-list__bottom-paging {
    position: relative;
    top: 0;
  }
}

.group-items-list__paging-keyword {
  position: absolute;
  top: -45px;
  right: 0;
}

@media only screen and (max-width: 1023px) {
  .group-items-list__paging-keyword {
    position: relative;
    top: 0;
  }
}

.group-items-list--search .dashboard-item__image-wrapper {
  width: 180px;
}

.group-items-list--content-page {
  padding: 5px 0 0 0;
  overflow: auto;
}

@media only screen and (max-width: 599px) {
  .group-items-list--content-page {
    padding: 5px 15px 0 15px;
  }
}

.group-items-list .event-upcoming-data .connected-event-upcoming-days-left {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  padding-right: 5px;
}

@media only screen and (max-width: 599px) {
  .group-items-list .event-upcoming-data .connected-event-upcoming-days-left {
    padding-bottom: 5px;
  }
}

.group-items-list .event-upcoming-data .register-to-event {
  display: inline-block;
  vertical-align: middle;
  background-color: #7DA2DC;
  padding: 10px 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: background-color 0.2s ease;
  margin-top: 10px;
}

.group-items-list .event-upcoming-data .register-to-event:hover {
  background-color: #6A90CC;
}

@media only screen and (max-width: 599px) {
  .group-items-list .event-upcoming-data .register-to-event {
    display: block;
    padding: 14px 25px;
  }
}

.group-items-list .group .event-connections-list-item-data-title .group-name {
  color: #333;
  font-size: 17px;
  font-weight: bold;
}

.group-items-list .join-to-group {
  border-radius: 2px;
  height: 35px;
  padding: 0 20px;
  text-align: center;
}

.group-items-list .join-to-group__button {
  background-color: #fff;
  border: 1px solid #7DA2DC;
  color: #7DA2DC;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease, visibility 0.2s ease, height 0 ease, margin 0 ease;
  opacity: 1;
  visibility: visible;
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .group-items-list .join-to-group__button {
    position: static;
    width: calc(100% - 20px);
    margin: 0 10px 10px 10px;
  }
}

.group-items-list .join-to-group__button:hover {
  background-color: #7DA2DC;
  color: #fff;
}

.group-items-list .join-to-group__button--hidden {
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 599px) {
  .group-items-list .join-to-group__button--hidden {
    height: 0;
    margin: 0;
  }
}

.group-items-list .join-to-group__label {
  color: #479537;
  font-size: 14px;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 1;
  visibility: visible;
  line-height: 35px;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .group-items-list .join-to-group__label {
    position: static;
  }
}

.group-items-list .join-to-group__label .icon {
  font-size: 11px;
}

.group-items-list .join-to-group__label--hidden {
  opacity: 0;
  visibility: hidden;
}

@media only screen and (max-width: 599px) {
  .group-items-list .join-to-group__label--hidden {
    height: 0;
  }
}

.group-items-list .private-section {
  bottom: 10px;
  position: absolute;
  right: 10px;
  z-index: 500;
}

@media only screen and (max-width: 599px) {
  .group-items-list .private-section {
    position: static;
    display: block;
    padding: 5px 0 5px 10px;
  }
}

.ortho-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100px;
  padding: 7px 10px;
  border: 1px solid #EAEAEA;
  border-radius: 1px;
  background-color: #FFFFFF;
}

.ortho-tags__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-top: 2px;
  border: none;
}

.ortho-tags__input:focus {
  outline: none;
}

.ortho-tags__hidden-input {
  display: none;
}

.ortho-tags__tag {
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 3px 5px;
  background-color: #DFEAFB;
  border-radius: 1px;
  color: #333333;
  font-size: 12px;
}

.ortho-tags__remove {
  margin-left: 5px;
  color: #878787;
  font-size: 10px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.ortho-tags__remove:hover {
  color: #333333;
}

.daily-reading {
  margin: 0 -20px;
  color: #333333;
  font-family: Arial;
  line-height: 1.2;
  background-color: #F9F9F9;
}

@media only screen and (max-width: 1130px) and (min-width: 1024px) {
  .daily-reading {
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .daily-reading {
    margin: 0px;
    padding-bottom: 20px;
    background-color: transparent;
  }
}

@media only screen and (max-width: 599px) {
  .daily-reading {
    padding: 0 10px 20px 10px;
  }
}

.daily-reading__header {
  padding: 45px 0 35px 0;
}

.daily-reading__title {
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 599px) {
  .daily-reading__title {
    font-size: 21px;
  }
}

.daily-reading__title-second {
  padding-top: 5px;
  font-size: 24px;
}

.daily-reading__icon-anconeus {
  position: relative;
  top: -3px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 24px;
}

.daily-reading__dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.daily-reading__dropdown-header:before,
.daily-reading__dropdown-header:after {
  content: '';
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e5e5e5;
}

.daily-reading__dropdown-open-text {
  display: none;
}

.daily-reading__dropdown-button {
  position: relative;
  padding: 0 30px 0 15px;
  border: none;
  background-color: transparent;
  transition: color 0.2s ease;
  color: #7DA2DD;
  font-size: 16px;
}

.daily-reading__dropdown-button:hover {
  color: #395685;
}

.daily-reading__dropdown-button:hover:after {
  border-bottom-color: #395685;
}

.daily-reading__dropdown-button:hover:before {
  border-top-color: #395685;
}

.daily-reading__dropdown-button:after {
  content: '';
  position: absolute;
  top: 2px;
  right: 14px;
  display: inline-block;
  border: 5px solid transparent;
  border-bottom: 6px solid #7DA2DD;
  transition: border 0.2s ease;
}

.daily-reading__dropdown-button:before {
  content: '';
  position: absolute;
  top: 7px;
  right: 14px;
  display: inline-block;
  border: 5px solid transparent;
  border-top: 6px solid #7DA2DD;
  display: none;
  transition: border 0.2s ease;
}

.daily-reading__dropdown-button--closed:after {
  display: none;
}

.daily-reading__dropdown-button--closed:before {
  display: inline-block;
}

.daily-reading__dropdown-button--closed .daily-reading__dropdown-open-text {
  display: inline;
}

.daily-reading__dropdown-button--closed .daily-reading__dropdown-close-text {
  display: none;
}

.daily-reading__daily-activities {
  padding-top: 40px;
  margin-bottom: 23px;
}

.daily-reading__daily-activities-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
}

@media only screen and (max-width: 599px) {
  .daily-reading__daily-activities-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.daily-reading__activities-title {
  font-weight: bold;
  font-size: 18px;
}

@media only screen and (max-width: 599px) {
  .daily-reading__activities-title {
    padding-bottom: 10px;
  }
}

.daily-reading__dashboard-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1023px) {
  .daily-reading__dashboard-widgets {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 599px) {
  .daily-reading__dashboard-widgets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.daily-reading__dashboard-widget {
  width: calc(50% - 10px);
  box-sizing: border-box;
  background-color: white;
}

@media only screen and (max-width: 599px) {
  .daily-reading__dashboard-widget {
    width: 100%;
  }
}

.daily-reading__dashboard-widget--learning {
  margin-right: 10px;
}

@media only screen and (max-width: 599px) {
  .daily-reading__dashboard-widget--learning {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 0;
  }
}

.daily-reading__dashboard-widget--reinforcement {
  margin-left: 10px;
}

@media only screen and (max-width: 599px) {
  .daily-reading__dashboard-widget--reinforcement {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 0;
    margin-top: 40px;
  }
}

.daily-reading__reading {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 599px) {
  .daily-reading__reading {
    margin-bottom: 20px;
  }
}

.daily-reading__reading--learning {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

@media only screen and (max-width: 599px) {
  .daily-reading__reading--learning {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 599px) {
  .daily-reading__reading--reinforcement {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.daily-reading__reading .arrow {
  display: none;
}

.daily-reading__reading .studyCalendarPopup .dayInfo {
  width: auto;
  padding: 5px 15px 15px 15px;
}

.daily-reading__reading .dayInfo__header {
  display: none;
}

.daily-reading__reading-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 15px 0 15px;
}

@media only screen and (max-width: 599px) {
  .daily-reading__reading-header {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.daily-reading__reading-title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.daily-reading__reinforcement-table {
  padding: 15px;
}

.daily-reading__tab-content-item {
  border: 1px solid #EBEBEB;
  text-align: left;
  background-color: #FFFFFF;
  margin-top: 25px;
}

.daily-reading__tab-content-item--learning {
  box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.12);
}

.daily-reading__dropdown-body {
  padding: 0 20px;
  margin: 0 -20px;
}

@media only screen and (max-width: 1023px) {
  .daily-reading__dropdown-body {
    margin: 0;
    padding: 0;
  }
}

.daily-reading__outside-link {
  display: inline-block;
  transition: color 0.2s ease;
  color: #7DA2DD;
  font-size: 14px;
  font-weight: normal;
}

.daily-reading__outside-link:hover {
  text-decoration: none;
  color: #395685;
}

.daily-reading__outside-link:hover:after {
  border-left-color: #395685;
}

.daily-reading__outside-link--header {
  margin-left: 15px;
}

.daily-reading__outside-link--header-widget {
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 1023px) {
  .daily-reading__outside-link--header-widget {
    position: absolute;
    left: 0;
    top: -30px;
  }
}

.daily-reading__outside-link-icon {
  position: relative;
  top: 1px;
  padding-right: 3px;
}

.daily-reading__icon-today {
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 18px;
}

.daily-reading__icon-today-day {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 9px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
}

.daily-reading--single-widget .daily-reading__daily-activities {
  margin-bottom: 0;
}

.daily-reading--single-widget .daily-reading__reading {
  border-top: none;
}

.daily-reading--single-widget .daily-reading__reading-header {
  padding-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .daily-reading--single-widget .daily-reading__dashboard-widgets {
    padding-top: 0;
  }
}

.daily-reading-main {
  min-height: auto;
}

@media only screen and (max-width: 1023px) {
  .daily-reading-main.hasMenu {
    margin-left: -15px !important;
  }
}

@media only screen and (max-width: 1023px) {
  .daily-reading-main.hasMenu {
    margin-left: 0 !important;
  }
}

.ortho-tabs--no-open-tabs .daily-reading__reading {
  border: 1px solid #F9F9F9;
}

@media only screen and (max-width: 1023px) {
  .ortho-tabs--no-open-tabs .daily-reading__reading {
    border: 1px solid #ffffff;
  }
}

.progress-tracking {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 5px;
}

.progress-tracking .icon-arrow-prev-round {
  display: none;
}

.progress-tracking__steps {
  -ms-flex-preferred-size: 165px;
  flex-basis: 165px;
  min-width: 165px;
  margin-right: 5px;
  box-shadow: 8px 0 3px -7px #c1c1c1;
}

@media only screen and (max-width: 599px) {
  .progress-tracking__steps {
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    min-width: 125px;
  }
}

.progress-tracking__steps-progress {
  height: 140px;
  padding-bottom: 2px;
  border-bottom: 1px solid #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 1px;
}

.progress-tracking__steps-title {
  padding-bottom: 10px;
  font-size: 14px;
}

.progress-tracking__steps-name {
  height: 25px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: #EAEAEA;
  border-radius: 1px;
  font-size: 14px;
}

.progress-tracking__steps-name b {
  padding-right: 5px;
}

.progress-tracking__steps-content {
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 10px 2px 10px;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 1px;
  color: #333333;
  transition: background-color 0.2s ease;
}

.progress-tracking__steps-content:hover,
.progress-tracking__steps-content:focus {
  text-decoration: none;
  background-color: #EAEAEA;
}

.progress-tracking__steps-content--topic {
  height: 50px;
}

.progress-tracking__steps-content--overall {
  height: 60px;
  font-size: 14px;
}

.progress-tracking__steps-content--overall:hover,
.progress-tracking__steps-content--overall:focus {
  background-color: transparent;
}

.progress-tracking__steps-content--category {
  font-size: 14px;
}

.progress-tracking__steps-content--category:hover,
.progress-tracking__steps-content--category:focus {
  background-color: transparent;
}

.progress-tracking__steps-content .icon {
  min-width: 22px;
  padding-right: 5px;
  font-size: 14px;
  text-align: center;
}

.progress-tracking__steps-content-wrapper {
  padding: 2px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-tracking__button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-bottom: 5px;
  background-color: #F3F3F3;
  border-radius: 1px;
  border: none;
  font-size: 12px;
  font-weight: bold;
  color: #878787;
  transition: background-color 0.2s ease;
  cursor: pointer;
}

.progress-tracking__button:hover,
.progress-tracking__button:focus {
  outline: none;
  background-color: #EAEAEA;
}

.progress-tracking__button-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.progress-tracking__button-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20px;
  flex: 0 0 20px;
  font-size: 10px;
}

.progress-tracking__photo-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-bottom: 5px;
  background-color: #F9F9F9;
}

.progress-tracking__name {
  height: 30px;
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
}

.progress-tracking__name-link {
  color: #7DA2DC;
}

.progress-tracking__name-link:hover,
.progress-tracking__name-link:focus {
  color: #6888bb;
  text-decoration: none;
}

.progress-tracking__separator {
  height: 25px;
  background-color: #F9F9F9;
  margin-bottom: 5px;
}

.progress-tracking__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
}

.progress-tracking__progress-section + .progress-tracking__progress-section {
  margin-top: 5px;
}

.progress-tracking__js-width {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.progress-tracking__js-width--opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.progress-tracking__group + .progress-tracking__group {
  margin-left: 5px;
}

.progress-tracking__group--active .progress-tracking__group-person--group {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.progress-tracking__group--active .icon-arrow-prev-round {
  display: block;
}

.progress-tracking__group--active .icon-arrow-next-round {
  display: none;
}

.progress-tracking__group--hidden .progress-tracking__js-width {
  display: none;
}

.progress-tracking__group-person {
  width: 70px;
  opacity: 1;
  visibility: visible;
}

.progress-tracking__group-person + .progress-tracking__group-person {
  margin-left: 5px;
}

.progress-tracking__group-person--group {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

.progress-tracking__group-person--group .progress-tracking__name {
  color: #878787;
  text-align: center;
}

.progress-tracking__group-info {
  position: relative;
  width: 70px;
  min-width: 70px;
  overflow: hidden;
  transition: width 0.3s ease, min-width 0.3s ease;
}

.progress-tracking__photo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.progress-tracking__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-tracking__scroll {
  width: 100%;
  overflow-x: auto;
}

.progress-tracking__scroll::-webkit-scrollbar-track {
  background-color: #FFFFFF;
  border-bottom: 10px solid transparent;
}

.progress-tracking__scroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-bottom: 10px solid transparent;
  background-color: #F5F5F5;
}

.progress-tracking__scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D1CECE;
  border-bottom: 10px solid transparent;
}

.progress-tracking__scroll::-webkit-scrollbar-thumb:hover {
  background-color: #bbbbbb;
}

.progress-tracking__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-tracking__steps-title-qte {
  color: #878787;
}

.progress-tracking__person-overall {
  height: 60px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F9F9F9;
}

.progress-tracking__content-tips {
  display: none;
  padding: 10px;
  border: 1px solid #C0C0C0;
  background-color: #FFFFFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

.progress-tracking__content-tips .qtip-content {
  padding: 0;
}

.progress-tracking__content-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.progress-tracking__content-tip .icon {
  position: relative;
  top: -1px;
  min-width: 25px;
  padding-right: 5px;
  text-align: center;
  font-size: 15px;
}

.progress-tracking__content-tip + .progress-tracking__content-tip {
  margin-top: 10px;
}

.progress-tracking__content-tip-progresses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.progress-tracking__content-tip-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45px;
  height: 25px;
}

.progress-tracking__content-tip-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 150px;
  padding-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  transition: color 0.2s ease;
}

.progress-tracking__content-tip-text:hover,
.progress-tracking__content-tip-text:focus {
  text-decoration: none;
  color: #8a8a8a;
}

.progress-tracking__tracking-wrapper--lock {
  position: relative;
}

.progress-tracking__tracking-wrapper--lock:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.progress-tracking__tracking-wrapper--lock:after {
  content: '\e916';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #999999;
  font-family: 'icomoon';
  font-size: 24px;
  z-index: 1;
}

.dashboard-widget {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #EBEBEB;
}

@media only screen and (max-width: 599px) {
  .dashboard-widget {
    box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.12);
  }
}

.dashboard-widget__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.dashboard-widget__wrapper:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  height: 25px;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.dashboard-widget__wrapper:after {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 75px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  background-color: #ffffff;
}

.dashboard-widget__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 30px;
  border-bottom: 1px solid #EBEBEB;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__header {
    padding: 20px;
  }
}

.dashboard-widget__header-controls {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__header-controls--learning {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__header-controls--reinforcement {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__change-limit-link {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
  }
}

.dashboard-widget__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
}

.dashboard-widget__body {
  position: relative;
  z-index: 1;
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__body {
    padding: 30px 20px;
  }
}

.dashboard-widget__progress-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 35px;
  border-bottom: 1px dashed #EBEBEB;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__progress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard-widget__progress-descriptions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__progress-descriptions-wrapper {
    padding-top: 20px;
  }
}

.dashboard-widget__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 30px 0 20px 0;
  text-align: center;
}

.dashboard-widget__content-text {
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__content-text {
    font-size: 15px;
  }
}

.dashboard-widget__content-text--done {
  color: #395682;
}

.dashboard-widget__content-text--done-reinforcement {
  color: #4372BA;
}

.dashboard-widget__content-text--due {
  color: #C51D6E;
}

.dashboard-widget__content-value {
  font-size: 28px;
  font-family: 'Inter', 'Arial Bold', sans-serif;
  font-weight: 900px;
}

.dashboard-widget__content-value--done {
  color: #395682;
}

.dashboard-widget__content-value--done-reinforcement {
  color: #4372BA;
}

.dashboard-widget__content-value--due {
  color: #C51D6E;
}

.dashboard-widget__content-quantity {
  padding: 5px 20px;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.dashboard-widget__content-quantity + .dashboard-widget__content-quantity {
  border-left: 1px solid #EBEBEB;
}

.dashboard-widget__content-quantities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  min-width: 240px;
}

.dashboard-widget__footer-dropdown {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: none;
  text-align: center;
  background-color: #E2EDFF;
  color: #395682;
  transition: background-color 0.2s ease;
  font-size: 14px;
}

.dashboard-widget__footer-dropdown:hover {
  text-decoration: none;
  background-color: #ffffff;
}

.dashboard-widget__footer-dropdown.active {
  background-color: #ffffff;
}

.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text:after {
  display: none;
}

.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text:before {
  display: inline-block;
}

.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text-view {
  display: none;
}

.dashboard-widget__footer-dropdown.active .dashboard-widget__footer-dropdown-text-close {
  display: inline;
}

.dashboard-widget__footer-dropdown--learning:before {
  box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.12);
}

.dashboard-widget__footer-dropdown-text {
  position: relative;
  z-index: 2;
}

.dashboard-widget__footer-dropdown-text:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -15px;
  display: inline-block;
  border: 4px solid transparent;
  border-top: 5px solid #395682;
  transition: border 0.2s ease;
}

.dashboard-widget__footer-dropdown-text:before {
  content: '';
  position: absolute;
  top: 1px;
  right: -15px;
  display: none;
  border: 4px solid transparent;
  border-bottom: 5px solid #395682;
  transition: border 0.2s ease;
}

.dashboard-widget__footer-dropdown-text-close {
  display: none;
}

.dashboard-widget__action-description-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 20px;
}

.dashboard-widget__action-description {
  line-height: 1.3;
  font-size: 14px;
}

.dashboard-widget__action-description a {
  font-weight: bold;
}

.dashboard-widget__action-description--learn {
  color: #395682;
}

.dashboard-widget__action-description--learn a,
.dashboard-widget__action-description--learn button {
  color: #395682;
}

.dashboard-widget__action-description--learn a:hover,
.dashboard-widget__action-description--learn button:hover {
  color: #7999c9;
}

.dashboard-widget__action-description--reinforce {
  color: #49a5e5;
}

.dashboard-widget__action-description--reinforce a,
.dashboard-widget__action-description--reinforce button {
  color: #49a5e5;
}

.dashboard-widget__action-description--reinforce a:hover,
.dashboard-widget__action-description--reinforce button:hover {
  color: #1f83c9;
}

.dashboard-widget__action-description--bold {
  font-size: 16px;
  font-weight: bold;
}

.dashboard-widget__js-date-left {
  display: inline-block;
}

.dashboard-widget__take-questions {
  padding: 0 30px;
}

.dashboard-widget__link-limit {
  color: #7DA2DD;
  font-size: 14px;
  transition: color 0.2s ease;
}

.dashboard-widget__link-limit .icon {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.dashboard-widget__link-limit:hover {
  text-decoration: none;
  color: #395685;
}

.dashboard-widget__calendar-control {
  position: relative;
  top: 1px;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget__calendar-control {
    position: absolute;
    right: 20px;
    top: 22px;
  }
}

.dashboard-widget--overlay {
  z-index: 2;
  box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.12);
}

.dashboard-widget--overlay:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  border: 1px solid #EBEBEB;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  background-color: #ffffff;
  box-shadow: 0px 0px 15px rgba(144, 144, 144, 0.12);
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget--overlay:after {
    width: 60px;
    height: 60px;
  }
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--overlay:after {
    display: none;
  }
}

.dashboard-widget--open .dashboard-widget__wrapper:before,
.dashboard-widget--open .dashboard-widget__wrapper:after {
  transition: opacity 0.2s ease 0.2s, visibility 0.2s ease 0.2s;
  opacity: 1;
  visibility: visible;
}

.dashboard-widget--single {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin-left: 0;
  border-bottom: none;
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--single {
    margin-top: -20px;
  }
}

.dashboard-widget--single:nth-child(odd) {
  margin-right: 0;
}

.dashboard-widget--single .dashboard-widget__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--single .dashboard-widget__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard-widget--single .dashboard-widget__progress-wrapper {
  border-bottom: none;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--single .dashboard-widget__progress-wrapper {
    padding-bottom: 35px;
  }
}

.dashboard-widget--single .dashboard-widget__content {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px 0 0;
}

@media only screen and (max-width: 1023px) {
  .dashboard-widget--single .dashboard-widget__content {
    padding: 0 20px 0 30px;
  }
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--single .dashboard-widget__content {
    padding: 0;
  }
}

.dashboard-widget--single .rogress-descriptions__item-part {
  display: inline;
}

.dashboard-widget--single .dashboard-widget__progress-descriptions-wrapper {
  padding-left: 30px;
}

@media only screen and (max-width: 599px) {
  .dashboard-widget--single .dashboard-widget__progress-descriptions-wrapper {
    padding-left: 0;
  }
}

.dashboard-widget--single .dashboard-widget__footer-dropdown.active {
  background-color: #E2EDFF;
}

.dashboard-widget--single .dashboard-widget__footer-dropdown.active:hover {
  background-color: #ffffff;
}

.dashboard-widget--single .dashboard-widget__footer-dropdown.active:before,
.dashboard-widget--single .dashboard-widget__footer-dropdown.active:after {
  opacity: 0;
  visibility: hidden;
}

.start-test-section {
  font-family: "Arial", Helvetica, sans-serif;
  color: #333333;
}

@media only screen and (max-width: 599px) {
  .start-test-section {
    padding: 0 15px;
  }
}

.start-test-section__title {
  padding-top: 20px;
  font-size: 27px;
  font-weight: normal;
}

.start-test-section__description {
  padding-top: 10px;
  font-size: 14px;
}

.start-test-section__code-field {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: inline-block;
  padding: 10px 15px;
  margin-right: 10px;
  vertical-align: top;
  background-color: #F9F9F9;
}

@media only screen and (max-width: 1023px) {
  .start-test-section__code-field {
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media only screen and (max-width: 599px) {
  .start-test-section__code-field {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.start-test-section__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

@media only screen and (max-width: 1023px) {
  .start-test-section__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.start-test-section__content__label {
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .start-test-section__content__label {
    display: inline-block;
    padding-bottom: 5px;
  }
}

.start-test-section__content__input {
  width: 183px;
  height: 23px;
  font-size: 14px;
  padding-left: 5px;
  box-sizing: border-box;
  border: 1px #EAEAEA solid;
  text-transform: uppercase;
}

@media only screen and (max-width: 599px) {
  .start-test-section__content__input {
    width: 100%;
    padding-left: 0;
  }
}

.start-test-section__content__start-button.ortho-button {
  line-height: 46px;
  min-height: 46px;
}

.start-test-section__content__start-button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: center;
}

.start-test-section__content__start-button .icon {
  position: relative;
  top: 1px;
}

.start-test-section__validation {
  padding-top: 10px;
  font-size: 14px;
  color: #DD5F5F;
}

.start-test-section__mode-block {
  display: inline-block;
  width: 200px;
  padding-right: 10px;
  padding-bottom: 20px;
  vertical-align: top;
}

@media only screen and (max-width: 599px) {
  .start-test-section__mode-block {
    width: 100%;
  }
}

.start-test-section__mode-description {
  color: #878787;
  font-size: 13px;
  line-height: 1.1;
}

.start-test-section__highlight {
  font-weight: bold;
}

.start-test-section__buttons {
  display: inline-block;
}

@media only screen and (max-width: 1023px) {
  .start-test-section__buttons {
    display: block;
    padding-top: 10px;
  }
}

.list-table-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
}

.list-table-wrapper--fixed-height {
  min-height: 100px;
}

.list-table {
  width: 100%;
  height: 1px;
  font-family: "Arial", sans-serif;
  font-weight: normal;
}

.list-table thead {
  height: 100%;
}

.list-table__th {
  height: 100%;
  padding: 8px 10px;
  border-top: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
  vertical-align: middle;
  color: #878787;
  text-align: center;
  background: #f9f9f9;
  font-size: 12px;
}

.list-table__th--name {
  text-align: left;
}

.list-table__th--number {
  background-color: #F3F3F3;
}

.list-table__th--subspecialty {
  text-align: left;
}

.list-table__th--sort {
  padding: 0;
}

.list-table__th--left {
  text-align: left;
}

.list-table__th .icon {
  position: relative;
  top: 2px;
  line-height: 0;
  font-size: 14px;
}

.list-table__td {
  position: relative;
  padding: 10px 0;
  border-bottom: solid 1px #eaeaea;
  vertical-align: middle;
  text-align: center;
  color: #5c5c5c;
  transition: background-color 0.2s ease;
  font-size: 16px;
  line-height: 1.2;
  text-transform: capitalize;
}

@media only screen and (max-width: 1023px) {
  .list-table__td {
    font-size: 14px;
  }
}

.list-table__td a {
  font-size: 16px;
}

@media only screen and (max-width: 1023px) {
  .list-table__td a {
    font-size: 14px;
  }
}

.list-table__td--number {
  min-width: 50px;
  color: #878787;
  background-color: #F9F9F9;
}

.list-table__td--name {
  padding-left: 10px;
  text-align: left;
  color: #7DA2DC;
}

.list-table__td--subspecialty {
  padding-left: 30px;
  text-align: left;
}

.list-table__td--left {
  padding-left: 10px;
  text-align: left;
}

.list-table__td--right-padding {
  padding-right: 10px;
}

.list-table__td--topics {
  color: #39B1EB;
  font-weight: bold;
}

.list-table__td--questions {
  color: #61B096;
  font-weight: bold;
}

.list-table__td--evidences {
  color: #FDD16B;
  font-weight: bold;
}

.list-table__td--cases {
  color: #FD6C6A;
  font-weight: bold;
}

.list-table__td--videos {
  color: #F5A868;
  font-weight: bold;
}

.list-table__tr {
  position: relative;
  background-color: #FFFFFF;
  transition: background-color 0.2s ease;
}

.list-table__tr:hover {
  background-color: #e3ecfd;
}

.list-table__tr:hover .list-table__td--number {
  background-color: #e3ecfd;
}

.list-table__level-label {
  display: inline-block;
  min-width: 30px;
  padding: 5px;
  font-size: 13px;
}

.list-table__level-label:hover:after {
  padding: 5px;
}

.list-table__sort {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border: none;
  box-sizing: border-box;
  background-color: transparent;
  color: #878787;
  transition: background-color 0.2s ease;
  text-transform: capitalize;
  cursor: pointer;
}

.list-table__sort:hover {
  text-decoration: none;
  background-color: #ececec;
}

.list-table__sort--name {
  padding-left: 10px;
}

.list-table__sort--subspecialty {
  padding-left: 30px;
}

.list-table__sort--left {
  padding-left: 10px;
  text-align: left;
}

.list-table__sort--center {
  text-align: center;
}

.list-table__sort-name {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.list-table__sort-name--limited {
  width: 75px;
}

.list-table__table-sorter {
  position: absolute;
  top: -1px;
  right: 5px;
}

.list-table__icon-donut {
  position: absolute;
  top: 1px;
  left: -20px;
}

.list-table__tooltip {
  position: relative;
  top: 1px;
  display: inline-block;
  color: #3c71a8;
}

.list-table__subspecialty-wrapper {
  position: relative;
}

.list-table__like {
  color: #395682;
  font-size: 24px;
}

.list-table__like--gray.icon-like.icon {
  color: #e6e6e6;
}

.list-table__counts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-table__counts-element {
  width: 45px;
  height: 25px;
  margin-right: 3px;
  background-color: #f3f3f3;
  text-align: center;
  line-height: 25px;
}

.list-table__counts-element--percent {
  color: #61B096;
}

.list-table__counts-element--in-row {
  color: #557CB8;
}

.list-table__link-layout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.list-table--dashboard .list-table__sort {
  height: 70px;
}

.list-table--dashboard .list-table__td {
  font-size: 14px;
}

.list-table--dashboard .list-table__td a {
  font-size: 14px;
}

.list-table--questions .list-table__sort {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.list-table--questions .list-table__td {
  font-size: 14px;
}

.list-table--questions .list-table__td a {
  font-size: 14px;
}

.list-table--questions .list-table__sort--left {
  padding-left: 5px;
}

.list-table--questions .list-table__td--left {
  padding-left: 5px;
}

.list-table--questions .list-table__td--name {
  padding-left: 5px;
}

.list-table--questions .list-table__td--evidence-label .dashboard-item__controls--label {
  font-size: 12px;
  margin: 0 5px;
}

.list-table--questions .list-table__td--evidence-name {
  max-width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
  text-align: left;
  color: #7DA2DC;
}

.list-table--questions .list-table__th {
  padding-left: 5px;
  padding-right: 5px;
}

.list-table--questions .list-table__th--sort {
  padding: 0;
}

.list-table--schedule {
  min-width: 800px;
  table-layout: fixed;
}

.list-table--schedule .list-table__td {
  font-size: 14px;
}

.list-table--schedule .list-table__th--number {
  width: 4%;
}

.list-table--schedule .list-table__th--name {
  width: 26%;
}

.list-table--schedule .list-table__th--subspecialty {
  width: 16%;
}

.list-table--schedule .list-table__th--topics {
  width: 8%;
}

.list-table--schedule .list-table__th--questions {
  width: 8%;
}

.list-table--schedule .list-table__th--evidences {
  width: 8%;
}

.list-table--schedule .list-table__th--cases {
  width: 8%;
}

.list-table--schedule .list-table__th--videos {
  width: 8%;
}

.list-table--schedule .list-table__th--quality {
  width: 10%;
}

.list-table--schedule .list-table__th--date {
  width: 11%;
}

.list-table--without-interactions .list-table__tr {
  cursor: default;
}

.list-table--without-interactions .list-table__tr:hover {
  background-color: #FFFFFF;
}

.list-table--without-interactions .list-table__tr:hover .list-table__td--number {
  background-color: #F9F9F9;
}

.list-table .tablesorter-header-inner {
  height: 100%;
}

.studyCalendarPopup .list-table__sort-name--limited {
  width: 75px;
}

.studyCalendarPopup .list-table__sort {
  height: 63px;
  line-height: 1.2;
}

[data-tab-content="reinforcement"] .list-table__like {
  color: #4372BA;
}

.notification-system__study-plan-item {
  margin-right: -3px;
}

.notification-system__study-plan-item + .notification-system__study-plan-item:before {
  content: ',';
}

.notification-system__study-plan-item-topic {
  color: #39B1EB;
}

.notification-system__study-plan-item-article {
  color: #FDD16B;
}

.notification-system__study-plan-item-article {
  color: #F5A868;
}

.notification-system__study-plan-item-exam {
  color: #009999;
}

@media only screen and (max-width: 599px) {
  .notification-system-list__background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 1;
  }
}

@media only screen and (max-width: 599px) {
  .notification-system-list--active .notification-system-list__background {
    opacity: 0.5;
    visibility: visible;
  }
}

.notification-system-list--active .notifications-component {
  display: block;
}

.notification-system-list--active .notification-system-list-button .icon {
  color: #7DA2DC;
}

.homePage .notification-system-list--active .notification-system-list-button .icon {
  color: #FFFFFF;
}

.notifications-component {
  position: relative;
  line-height: 1;
  color: #333333;
  text-align: left;
}

.notifications-component__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notifications-component__main--loading {
  min-height: 80px;
}

.notifications-component__title {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

@media only screen and (max-width: 599px) {
  .notifications-component__title {
    font-size: 14px;
  }
}

.notifications-component__settings {
  display: inline-block;
  margin-left: 5px;
  padding: 3px 5px;
  color: #A9A9A9;
  cursor: pointer;
  transition: color 0.2s ease;
}

.notifications-component__settings:hover {
  color: #656565;
}

.notifications-component__settings-wrapper {
  display: inline-block;
  margin-left: 10px;
  margin-right: -5px;
}

@media only screen and (max-width: 599px) {
  .notifications-component__settings-wrapper {
    margin-right: 0px;
  }
}

.notifications-component__footer {
  padding: 10px 0;
  text-align: center;
}

.notifications-component__footer .ortho-link {
  font-size: 14px;
}

.notifications-component__empty {
  padding: 35px 0;
  text-align: center;
  color: #999999;
  font-size: 14px;
  text-transform: lowercase;
}

.notifications-component__empty::first-letter {
  text-transform: uppercase;
}

.notifications-component__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 2px;
}

.notifications-component__control + .notifications-component__control {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #EAEAEA;
}

.notifications-component__control--close-modal {
  display: none;
}

@media only screen and (max-width: 599px) {
  .notifications-component__control--close-modal {
    display: block;
    margin-left: 10px;
    color: #A9A9A9;
  }
}

.notifications-component--popup {
  position: absolute;
  top: 90%;
  left: 50%;
  display: none;
  width: 330px;
  border: 1px solid #EAEAEA;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffffff;
}

@media only screen and (max-width: 599px) {
  .notifications-component--popup {
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 20px;
    right: 20px;
    width: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.notifications-component--popup:before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #EAEAEA;
  border-top: 1px solid #EAEAEA;
  background-color: #f9f9f9;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

@media only screen and (max-width: 599px) {
  .notifications-component--popup:before {
    content: none;
  }
}

.notifications-component--popup .notifications-component__main {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.notifications-component--popup .notifications-component__main::-webkit-scrollbar {
  background-color: #FFFFFF;
  width: 8px;
}

.notifications-component--popup .notifications-component__main::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  border-radius: 16px;
}

.notifications-component--popup .notifications-component__main::-webkit-scrollbar-thumb:hover {
  background-color: #A9A9A9;
}

.notifications-component--popup .notifications-component__header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 0 15px;
  border-bottom: 1px solid #EAEAEA;
  background-color: #f9f9f9;
}

.notifications-component--popup .notifications-component__settings-wrapper {
  border-left: 1px solid #EAEAEA;
}

.notifications-component--page .notifications-component__header {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1;
  font-size: 14px;
}

@media only screen and (max-width: 599px) {
  .notifications-component--page .notifications-component__header {
    position: static;
    font-size: 12px;
  }
}

.notifications-component--page .notifications-component__main {
  margin-top: 10px;
}

.notifications-component--page .notifications-component__settings {
  position: relative;
  top: 1px;
  font-size: 16px;
}

.mainHeader .notes .notifications-component .icon {
  padding: 0;
  line-height: 1;
  font-size: 14px;
}

.video-modal-container-close {
  background: url(/Content/images/video/close-icon.png) no-repeat;
  background-color: #191919;
  background-position: 19px 17px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  transition: background-color 0.2s ease;
  cursor: pointer;
  z-index: 1;
}

.video-modal-container-close:hover {
  background-color: #545353;
}

.video-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: black;
}

.video-modal__first-column {
  position: relative;
  width: 1000px;
  padding-top: 56.25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1299px) {
  .video-modal__first-column {
    width: 900px;
  }
}

@media only screen and (max-width: 1023px) {
  .video-modal__first-column {
    width: 550px;
  }
}

@media only screen and (max-width: 599px) {
  .video-modal__first-column {
    width: 300px;
  }
}

.video-modal__second-column {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  text-align: center;
}

.video-modal .video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: black;
}

.video-modal .video-iframe--empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.video-modal .video-iframe--empty img {
  width: 100%;
}

.video-modal .video-iframe--amazon {
  width: 100% !important;
  height: 100% !important;
}

.video-modal .video-iframe-notification {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 25px;
  padding: 15px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 20px;
  z-index: 1;
  background-color: #39B1EB;
}

.video-modal .video-iframe-notification .icon-peak {
  margin-right: 5px;
}

.video-modal__second-column__btnsection {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.video-modal__second-column__btnsection__next {
  background: url(/Content/images/video/next-skill.png) no-repeat;
  background-color: #191919;
  background-position: 14px 19px;
  display: inline-block;
  height: 50px;
  width: 50px;
}

.video-modal__second-column__btnsection__next:hover {
  background-color: #252525 !important;
}

.video-modal__second-column__btnsection_prev {
  background: url(/Content/images/video/prev-skill.png) no-repeat;
  background-color: #191919;
  background-position: 15px 17px;
  display: inline-block;
  height: 50px;
  width: 50px;
  position: absolute;
  bottom: 52px;
  right: 0;
}

.video-modal__second-column__btnsection_prev:hover {
  background-color: #252525 !important;
}

.video-modal__second-column__btnsection__next__label {
  color: #666666;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 9px;
  vertical-align: top;
}

.video-modal__second-column__btnsection__prev__label {
  color: #666666;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  padding-left: 9px;
  vertical-align: top;
}

.video-modal__selfProgressItem {
  width: 100%;
  text-align: center;
}

.video-modal__icon-outside {
  margin: 10px 0;
}

.video-modal__link-outside {
  font-size: 16px;
  color: #7c7c7c;
  transition: color 0.2s ease;
}

.video-modal__link-outside:hover {
  color: #afafaf;
}

.user-dashboard-common__dropdown-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 35px 0 40px 0;
}

@media only screen and (max-width: 1023px) {
  .user-dashboard-common__dropdown-body-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.user-dashboard-common__common-info-part {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  box-sizing: border-box;
}

@media only screen and (max-width: 1023px) {
  .user-dashboard-common__common-info-part {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.user-dashboard-common__common-info-part--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1023px) {
  .user-dashboard-common__common-info-part--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px dashed #e5e5e5;
  }
}

@media only screen and (max-width: 599px) {
  .user-dashboard-common__common-info-part--left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.user-dashboard-common__common-info-part--right {
  padding-left: 40px;
}

@media only screen and (max-width: 1023px) {
  .user-dashboard-common__common-info-part--right {
    padding-left: 0;
  }
}

.user-dashboard-common__icon-status {
  position: relative;
  top: -2px;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 5px;
}

.user-dashboard-common__user-focus {
  padding-bottom: 10px;
  color: #909090;
  font-size: 18px;
}

.user-dashboard-common__focus-name {
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.user-dashboard-common__icon-donut {
  color: #9f9f9f;
}

.user-dashboard-common__labels {
  padding-bottom: 15px;
  font-size: 0;
}

.user-dashboard-common__label {
  display: inline-block;
  min-width: 35px;
  padding: 5px 7px;
  font-size: 14px;
}

.user-dashboard-common__label:after {
  content: none;
}

.user-dashboard-common__label + .user-dashboard-common__label {
  margin-left: 5px;
}

@media only screen and (max-width: 599px) {
  .user-dashboard-common__title-wrapper {
    padding-bottom: 5px;
  }
}

.evalmaster table.requests-table.prev-month .person-row td .box .request-small-card-item {
  background-color: white;
}

.evalmaster table.requests-table .person-row td .box .request-small-card-item {
  background-color: #ECE2EB;
  padding: 0 !important;
  border: 0 !important;
}

.evalmaster table.requests-table .person-row td .box .request-small-card-item .sml-card {
  margin: auto;
}

.sml-card_skill {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  line-height: normal;
  width: 220px;
  cursor: pointer;
}

.sml-card_skill .sml-user-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  background-color: white;
  font-size: 0;
}

.sml-card_skill .sml-user-box__image-box {
  vertical-align: top;
  text-align: left;
  padding-left: 3px;
  display: inline-block;
}

.sml-card_skill .sml-user-box__image-box img {
  height: 40px;
  width: 40px;
}

.sml-card_skill .sml-user-box__info-box {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  padding-left: 8px;
}

.sml-card_skill .sml-user-box__info-box__name {
  font-size: 13px;
  font-weight: bold;
}

.sml-card_skill .sml-user-box__info-box__pgy-tcl {
  font-size: 12px;
  padding-top: 2px;
  opacity: 0.6;
}

.sml-card_skill .sml-user-data-box {
  height: 50px;
  background-color: #C6ABC3;
  color: white;
}

.sml-card_skill .sml-user-data-box__title-block {
  vertical-align: top;
  text-align: left;
  display: inline-block;
  padding-left: 4px;
}

.sml-card_skill .sml-user-data-box__title-block__title {
  padding-top: 5px;
  padding-left: 4px;
  font-size: 12px;
  opacity: 0.6;
}

.sml-card_skill .sml-user-data-box__title-block__label {
  font-size: 16px;
  padding-top: 6px;
  padding-left: 4px;
}

.sml-card_skill .sml-user-data-box__value-block {
  float: right;
  vertical-align: top;
  text-align: center;
  display: inline-block;
  height: 100%;
  border-left: 1px #B29AAF solid;
  padding: 0 14px 0 14px;
}

.sml-card_skill .sml-user-data-box__value-block__label {
  padding-top: 7px;
  font-size: 10px;
}

.sml-card_skill .sml-user-data-box__value-block__value {
  padding-top: 4px;
  font-size: 18px;
}

.sml-card_skill .sml-user-data-box__value-block__hidden {
  width: 48px;
  height: 27px;
  background-image: url(/images/pass_group/icons/accept_icon.png) !important;
  background-repeat: no-repeat;
  background-position: 6px -6px !important;
}

.sml-card_skill .sml-user-data-box_pending {
  background-color: #F9F9F9;
  color: #79c969;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 14px;
}

.sml-card_skill .sml-user-data-box_obsolete {
  background-color: #F9F9F9;
  color: #F49D9D;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
  font-size: 14px;
}

.sml-card_skill .sml-user-data-box .clear-box {
  clear: both;
}

.sml-card_skill .sml-user-data-box {
  background-color: #5F7BA7;
}

.sml-card_skill .sml-user-data-box__title-block__title {
  padding-top: 7px;
}

.sml-card_skill .sml-user-data-box__title-block__label {
  padding-top: 3px;
}

.sml-card_skill .sml-user-data-box__value-block {
  border-left: 1px #52698E solid;
  padding: 0;
  width: 76px;
}

.sml-card_skill .sml-user-data-box__value-block__label {
  padding-top: 4px;
  font-size: 14px;
  padding-bottom: 4px;
}

.sml-card_skill .sml-user-data-box__value-block__value {
  padding-top: 4px;
  font-size: 12px;
  background-color: #52698E;
  padding-bottom: 7px;
}

.total-progress__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 599px) {
  .total-progress__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 599px) {
  .total-progress__header--top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.total-progress__header--sub {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.total-progress__header--sub .total-progress__icon-goal-circle {
  font-size: 16px;
}

.total-progress__title {
  display: inline;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}

.total-progress__days-progress {
  padding: 5px 0 10px 0;
  font-size: 14px;
  color: #909090;
}

.total-progress__days-current {
  color: #333333;
  font-weight: bold;
}

.total-progress__progress-descriptions {
  position: relative;
  top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media only screen and (max-width: 599px) {
  .total-progress__progress-descriptions {
    padding-top: 15px;
  }
}

.total-progress__progress-description {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
}

.total-progress__progress-description:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 10px;
  height: 10px;
  background: #395682;
}

.total-progress__progress-description + .total-progress__progress-description {
  position: relative;
  margin-left: 35px;
}

.total-progress__progress-description + .total-progress__progress-description:before {
  content: '';
  position: absolute;
  top: -4px;
  left: -18px;
  height: 24px;
  width: 1px;
  background-color: #e5e5e5;
}

.total-progress__progress-description--total-learn:after {
  background-color: #395682;
}

.total-progress__progress-description--total-mastery:after {
  background-color: #78C870;
}

.total-progress__total-progresses {
  padding-top: 75px;
}

@media only screen and (max-width: 1023px) {
  .total-progress__total-progresses {
    padding-left: 40px;
    padding-right: 15px;
  }
}

.total-progress__total-progresses--without-progress {
  padding-top: 55px;
}

.total-progress__item {
  position: relative;
  height: 12px;
  background-color: #EAEAEA;
}

.total-progress__item--completed .total-progress__current {
  background-color: #395682;
}

.total-progress__item--completed .total-progress__value {
  color: #395682;
}

.total-progress__item--mastery .total-progress__current {
  background-color: #78C870;
}

.total-progress__item--mastery .total-progress__value {
  color: #78C870;
}

.total-progress__item + .total-progress__item {
  margin-top: 10px;
}

.total-progress__goal-section {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(57, 86, 130, 0.15);
}

.total-progress__progress-status {
  font-size: 14px;
}

.total-progress__goal {
  position: absolute;
  right: 0;
  top: -45px;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  box-sizing: border-box;
  text-align: center;
}

.total-progress__goal:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 0;
  z-index: -1;
  width: 1px;
  height: 57px;
  background-color: #395682;
}

.total-progress__icon-goal-circle {
  position: relative;
  top: -2px;
  margin-right: 3px;
  vertical-align: middle;
  color: #395682;
  background-color: #f9f9f9;
  font-size: 24px;
}

.total-progress__goal-value {
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  color: #395682;
  font-size: 14px;
  font-weight: bold;
}

.total-progress__value {
  position: absolute;
  right: 100%;
  top: -2px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 14px;
}

.total-progress__current {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  transition: width 0.4s ease;
}

.total-progress__plan-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  color: #909090;
  font-size: 14px;
}

.total-progress__icon-rocket {
  padding-right: 3px;
  font-size: 11px;
}

.total-progress__icon-finish {
  padding-right: 3px;
  font-size: 11px;
}

.total-progress--ahead .total-progress__icon-status {
  color: #395682;
}

.total-progress--ahead .total-progress__goal:after {
  content: '';
  position: absolute;
  left: 12px;
  top: 45px;
  z-index: -1;
  width: 1px;
  height: 12px;
  background-color: #FFFFFF;
}

.total-progress--behind .total-progress__icon-status {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #C41D6E;
}

.total-progress--behind .total-progress__goal-value {
  color: #C41D6E;
}

.total-progress--behind .total-progress__goal:before {
  background-color: #C41D6E;
}

.total-progress--behind .total-progress__icon-goal-circle {
  color: #C41D6E;
}

.total-progress--behind .total-progress__item--completed .total-progress__current {
  background-color: #C41D6E;
}

.total-progress--behind .total-progress__goal-section {
  background: rgba(196, 29, 110, 0.15);
}

.total-progress--behind .total-progress__progress-description--total-learn:after {
  background-color: #C41D6E;
}

.total-progress--behind .total-progress__item--completed .total-progress__value {
  color: #C41D6E;
}

.total-progress--mobile-view {
  padding: 30px 0 40px 0;
}

@media only screen and (max-width: 599px) {
  .total-progress--mobile-view {
    padding: 30px 10px 40px 10px;
  }
}

.total-progress--mobile-view .total-progress__total-progresses {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 599px) {
  .total-progress--mobile-view .total-progress__total-progresses {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.total-progress--mobile-view .total-progress__plan-dates {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 599px) {
  .total-progress--mobile-view .total-progress__plan-dates {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.total-progress--mobile-view .total-progress__item {
  margin-bottom: 35px;
}

.total-progress--mobile-view .total-progress__value {
  top: 17px;
  right: 0;
  padding-right: 0;
}

.total-progress--mobile-view .total-progress__progress-description {
  position: absolute;
  top: 17px;
  padding-left: 0;
}

.total-progress--mobile-view .total-progress__progress-description:after {
  content: none;
}

.total-progress--mobile-view .total-progress__plan-dates {
  padding-top: 5px;
}

.total-progress--pass .total-progress__item {
  margin-bottom: 28px;
}

.total-progress--pass .total-progress__value {
  right: auto;
  left: 0;
  top: 15px;
}

.total-progress--pass .total-progress__plan-dates {
  padding: 5px 25px 0 25px;
}

@media only screen and (max-width: 1023px) {
  .total-progress--pass .total-progress__plan-dates {
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 1023px) {
  .total-progress--pass .total-progress__progress-descriptions {
    padding-top: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

@media only screen and (max-width: 1023px) {
  .total-progress--pass .total-progress__total-progresses {
    padding-left: 0;
    padding-right: 0;
  }
}

.total-progress--pass .total-progress__header {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.total-progress--pass .total-progress__header--top {
  padding: 15px 20px;
  border-bottom: 1px solid #eaeaea;
}

@media only screen and (max-width: 1023px) {
  .total-progress--pass .total-progress__header--top {
    border-bottom: none;
  }
}

@media only screen and (max-width: 599px) {
  .total-progress--pass .total-progress__header--top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 15px;
  }
}

.total-progress--pass .total-progress__days-current {
  font-weight: normal;
}

.total-progress--pass .total-progress__title {
  padding: 0;
  font-size: 16px;
}

.total-progress--pass .total-progress__days-progress {
  padding: 0;
}

.total-progress--pass .total-progress__header--sub {
  padding: 23px 25px 0 25px;
}

.total-progress--pass .total-progress__total-progresses {
  padding: 90px 30px 0 30px;
}

@media only screen and (max-width: 599px) {
  .total-progress--pass .total-progress_progress-status {
    text-align: left;
  }
}

.total-progress--preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.total-progress--preview .total-progress__goal {
  top: -35px;
}

.total-progress--preview .total-progress__goal:before {
  height: 45px;
}

.total-progress--preview .total-progress__goal-value {
  top: 5px;
  left: -20px;
}

.total-progress--preview .total-progress__total-progresses {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding-top: 30px;
}

@media only screen and (max-width: 1023px) {
  .total-progress--preview .total-progress__total-progresses {
    padding-left: 0;
    padding-right: 0;
  }
}

.total-progress--preview .total-progress__progress-status {
  -ms-flex-preferred-size: 80px;
  flex-basis: 80px;
  margin-left: 25px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .total-progress--preview .total-progress__progress-status {
    display: none;
  }
}

.total-progress--preview .total-progress__icon-status {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
}

.total-progress--preview .total-progress__item {
  height: 10px;
}

.sideNavigation {
  position: fixed;
  top: 76px;
  bottom: 0;
  width: 200px;
  overflow: hidden;
  transition: width 0.3s ease-out;
}

.sideNavigation__header {
  padding-top: 70px;
  padding-bottom: 8px;
  color: #c6c6c6;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 22px;
}

@media only screen and (max-width: 599px) {
  .sideNavigation__header {
    padding-left: 10px;
    padding-top: 50px;
  }
}

.sideNavigation__pass-logo {
  position: relative;
  top: -3px;
  vertical-align: middle;
  font-size: 23px;
}

.sideNavigation__subsection-icon {
  position: absolute;
  left: 15px;
  top: 10px;
  color: #a264ab;
  transition: color 0.1s ease;
  font-size: 15px;
}

.sideNavigation__subsection-icon--person {
  font-size: 16px;
}

.sideNavigation__subsection-icon--wrench {
  top: 11px;
}

.sideNavigation .sideNavigation__subsectionHeader.subsectionHeader {
  position: relative;
  padding: 11px 25px 11px 40px;
  border: none;
  border-top: 1px solid #dddddd;
  transition: color 0.1s ease, background 0.1s ease;
  text-transform: capitalize;
}

.sideNavigation .sideNavigation__subsectionHeader.subsectionHeader:hover {
  background-color: #cba9c5;
  color: #FFFFFF;
}

.sideNavigation .sideNavigation__subsectionHeader.subsectionHeader:hover:after {
  color: #FFFFFF;
}

.sideNavigation .sideNavigation__subsectionHeader.subsectionHeader:hover .icon {
  color: #FFFFFF;
}

.sideNavigation .subMenu .sideNavigation__link {
  position: relative;
  padding: 8px 10px 8px 40px;
  color: #333333;
  transition: color 0.1s ease, background 0.1s ease;
  border-bottom: none;
  border-right: 1px solid #fafafa;
}

.sideNavigation .subMenu .sideNavigation__link:hover {
  background-color: #cba9c5;
  color: #FFFFFF;
  text-decoration: none;
}

.sideNavigation .subMenu .sideNavigation__link:hover:after {
  border-bottom: 1px solid transparent;
}

.sideNavigation .subMenu .sideNavigation__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 0;
  border-bottom: 1px solid #fafafa;
  transition: border 0.1s ease;
}

.sideNavigation .sideNavigation__menu.sideNavigation__menu--pass {
  margin-top: 0;
  border: none;
  border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 599px) {
  .sideNavigation .sideNavigation__menu.sideNavigation__menu--pass .spacer {
    background-color: #f4f4f4;
  }
}

.sideNavigation.footered {
  bottom: 481px;
}

.sideNavigation nav {
  position: absolute;
  overflow-y: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
}

.sideNavigation .collapseMenuBtn {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.row .no-padding {
  padding: 0;
}

.row .no-padding-right {
  padding-right: 0;
}

.row .no-padding-left {
  padding-left: 0;
}

body.open-fixed-modal {
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.highlighted-search-result {
  background-color: #C9E9F9;
  color: #333;
}

@media only screen and (max-width: 599px) {
  .mobile-show {
    display: block !important;
  }

  .mobile-hide {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .mobile-show {
    display: none !important;
  }

  .mobile-hide {
    display: block !important;
  }
}
